Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2017-01-05 16:23:30 +0000
committerMarc Khouzam2017-01-14 13:17:49 +0000
commitbed08692931a2b5fe608a57db84005b4c4f07186 (patch)
tree1eccf0e60d47a7e811e4a650f02363d7506f9c9b /debug/org.eclipse.cdt.debug.ui/src/org
parentbe7ee1e018c207b8d8f1a4a55ed707a2f746de26 (diff)
downloadorg.eclipse.cdt-bed08692931a2b5fe608a57db84005b4c4f07186.tar.gz
org.eclipse.cdt-bed08692931a2b5fe608a57db84005b4c4f07186.tar.xz
org.eclipse.cdt-bed08692931a2b5fe608a57db84005b4c4f07186.zip
Typo in error message
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/src/org')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/ui/breakpointactions/messages.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/ui/breakpointactions/messages.properties b/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/ui/breakpointactions/messages.properties
index 0f364b6fbc3..11950893102 100644
--- a/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/ui/breakpointactions/messages.properties
+++ b/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/ui/breakpointactions/messages.properties
@@ -77,4 +77,4 @@ CLICommandAction.ConsoleTitle=Debugger Command Action Messages
CLICommandAction.UntitledName=Untitled Debugger Command Action
CLICommandAction.TypeName=Debugger Command Action
CLICommandAction.error.0=Could not execute debugger command action: "{0}".
-CLICommandAction.NoSupport=Your debugger integration does not support direct exectution of commands
+CLICommandAction.NoSupport=Your debugger integration does not support direct execution of commands

Back to the top