Browse Source

* fix typo

git-svn-id: trunk@44186 -
Tomas Hajny 5 years ago
parent
commit
ade50d3b50
1 changed files with 3 additions and 3 deletions
  1. 3 3
      packages/ide/fpdebug.pas

+ 3 - 3
packages/ide/fpdebug.pas

@@ -469,13 +469,13 @@ const
       msg_programexitedwithexitcode = #3'Program exited with '#13+
       msg_programexitedwithexitcode = #3'Program exited with '#13+
                                       #3'exitcode = %d';
                                       #3'exitcode = %d';
 
 
-      msg_programsignal             = #3'Program recieved signal %s'#13+
+      msg_programsignal             = #3'Program received signal %s'#13+
                                       #3'%s';
                                       #3'%s';
 
 
       msg_runningprogram  = 'Running...';
       msg_runningprogram  = 'Running...';
       msg_runningremotely = 'Executable running remotely on ';
       msg_runningremotely = 'Executable running remotely on ';
       msg_connectingto    = 'Connecting to ';
       msg_connectingto    = 'Connecting to ';
-      msg_getting_info_on = 'Getting infos from ';
+      msg_getting_info_on = 'Getting info from ';
       msg_runninginanotherwindow = 'Executable running in another window..';
       msg_runninginanotherwindow = 'Executable running in another window..';
       msg_couldnotsetbreakpointat = #3'Could not set Breakpoint'#13+
       msg_couldnotsetbreakpointat = #3'Could not set Breakpoint'#13+
                                     #3+'%s:%d';
                                     #3+'%s:%d';
@@ -2531,7 +2531,7 @@ begin
   ST^.GrowMode:=gfGrowHiX;
   ST^.GrowMode:=gfGrowHiX;
   Insert(ST);
   Insert(ST);
   GetExtent(R); R.Grow(-1,-1); Inc(R.A.Y,1); R.B.Y:=R.A.Y+1;
   GetExtent(R); R.Grow(-1,-1); Inc(R.A.Y,1); R.B.Y:=R.A.Y+1;
-  New(ST, Init(R, CharStr('Ä', MaxViewWidth)));
+  New(ST, Init(R, CharStr('ħ, MaxViewWidth)));
   ST^.GrowMode:=gfGrowHiX;
   ST^.GrowMode:=gfGrowHiX;
   Insert(ST);
   Insert(ST);
   GetExtent(R); R.Grow(-1,-1); Inc(R.A.Y,2);Dec(R.B.Y,5);
   GetExtent(R); R.Grow(-1,-1); Inc(R.A.Y,2);Dec(R.B.Y,5);