From 73cb7c5ad0f2e56c12d1faf721b384b2f326d980 Mon Sep 17 00:00:00 2001 From: maxim Date: Mon, 14 Mar 2016 23:02:49 +0000 Subject: [PATCH] IDE: fixed typo (Degugging -> Debugging) git-svn-id: trunk@51942 - --- ide/lazarusidestrconsts.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index fd704481a6..7a9201d728 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -520,7 +520,7 @@ resourcestring lisMenuResetDebugger = 'Reset Debugger'; lisMenuRunParameters = 'Run &Parameters ...'; lisMenuBuildFile = 'Build File'; - lisMenuRunWithoutDebugging = 'Run without Degugging'; + lisMenuRunWithoutDebugging = 'Run without Debugging'; lisMenuRunFile = 'Run File'; lisKMConfigBuildFile = 'Config "Build File"'; lisKMInspect = 'Inspect';