1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
This commit is contained in:
Marc Khouzam 2015-04-20 10:37:35 -04:00
parent ecf21ca882
commit da1993169d

View file

@ -363,7 +363,7 @@ public class GdbCommandTimeoutManager implements ICommandListener, IPreferenceCh
TimerThreadState.RUNNING : TimerThreadState.HALTED );
}
catch( NumberFormatException e ) {
GdbPlugin.getDefault().getLog().log( new Status( IStatus.ERROR, GdbPlugin.PLUGIN_ID, "Invlaid timeout value" ) ); //$NON-NLS-1$
GdbPlugin.getDefault().getLog().log( new Status( IStatus.ERROR, GdbPlugin.PLUGIN_ID, "Invalid timeout value" ) ); //$NON-NLS-1$
}
}
}