From 0575292e2d2699cbab6533b3c7480b080f749b21 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Thu, 5 Jan 2017 11:23:30 -0500 Subject: [PATCH] Typo in error message Change-Id: Icb470bfadd25ae37fcfacece90ec49b4423f88f0 --- .../eclipse/cdt/debug/ui/breakpointactions/messages.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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