From 91451a8f521642c621a27119f73df6e2880700c1 Mon Sep 17 00:00:00 2001 From: juha Date: Sun, 22 Jan 2012 14:22:23 +0000 Subject: [PATCH] IDE: fix spelling git-svn-id: trunk@34869 - --- ide/debugmanager.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/debugmanager.pas b/ide/debugmanager.pas index 5aedc01125..01023982a4 100644 --- a/ide/debugmanager.pas +++ b/ide/debugmanager.pas @@ -294,7 +294,7 @@ type procedure TProjectExceptions.SetIgnoreAll(const AValue: Boolean); begin - // Todo: move to Chamged or Update, but they are called to often... + // Todo: move to Changed or Update, but they are called too often... if (IgnoreAll <> AValue) and (Project1 <> nil) then Project1.Modified := True; inherited SetIgnoreAll(AValue);