Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Cortell2009-05-14 18:12:24 +0000
committerJohn Cortell2009-05-14 18:12:24 +0000
commite6ecad385c6585c15d7b64efd61d77c4fbe2b594 (patch)
tree6d043a2507facead1873f603c473603237a4a696
parent1ed04e9caca61222beb62630429fa2945007eaba (diff)
downloadorg.eclipse.cdt-e6ecad385c6585c15d7b64efd61d77c4fbe2b594.tar.gz
org.eclipse.cdt-e6ecad385c6585c15d7b64efd61d77c4fbe2b594.tar.xz
org.eclipse.cdt-e6ecad385c6585c15d7b64efd61d77c4fbe2b594.zip
Fixed spelling errors
-rw-r--r--debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ActionMessages.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ActionMessages.properties b/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ActionMessages.properties
index 750de55963f..ea66c7cf616 100644
--- a/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ActionMessages.properties
+++ b/debug/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/internal/ui/actions/ActionMessages.properties
@@ -63,7 +63,7 @@ MoveToLineAdapter.2=Empty editor
MoveToLineAdapter.3=Operation is not supported.
MoveToLineAdapter.4=Move To Line failed.
AddGlobalsActionDelegate.title=Global Variables
-AddGlobalsActionDelegate.Error(s)_occured_adding_globals_1=Error(s) occured adding globals.
+AddGlobalsActionDelegate.Error(s)_occured_adding_globals_1=Error(s) occurred adding globals.
ManageFunctionBreakpointActionDelegate.Error_1=Error
ManageFunctionBreakpointActionDelegate.Operation_failed_1=Operation failed.
SignalActionDelegate.0=Unable to deliver the signal to the target.
@@ -106,7 +106,7 @@ ResumeAtLineAdapter.3=Operation is not supported.
ResumeAtLineAdapter.4=Resume At Line failed.
RegisterGroupDialog.0=New Group
RegisterGroupDialog.1=Select All
-RegisterGroupDialog.2=Desellect All
+RegisterGroupDialog.2=Deselect All
RegisterGroupDialog.3=Group Name:
RegisterGroupDialog.4=Choose From The List:
RegisterGroupDialog.5=Register Group

Back to the top