diff options
Diffstat (limited to 'test/indent/pascal.pas')
-rw-r--r-- | test/indent/pascal.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/indent/pascal.pas b/test/indent/pascal.pas index 1ae22d369d1..4b3be7cf57c 100644 --- a/test/indent/pascal.pas +++ b/test/indent/pascal.pas @@ -688,7 +688,7 @@ var NoSound; RestoreTerminalClearCRT; WriteLn (StdErr, 'You''re trying to kill me. Since I have break checking turned off,'); - WriteLn (StdErr, 'I''m not dying, but I''ll do you a favour and terminate now.'); + WriteLn (StdErr, 'I''m not dying, but I''ll do you a favor and terminate now.'); Halt (3) end; |