diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-09 23:10:37 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2014-01-09 23:10:37 -0800 |
commit | 06827ec8428b897a38dc0532ee3d2070ae07aba1 (patch) | |
tree | 506e150528a6192807e1db37fa82846a1d27752e /test/indent/pascal.pas | |
parent | dad6fae7481c35aa1ff9491f789b860aaa898dec (diff) | |
download | emacs-06827ec8428b897a38dc0532ee3d2070ae07aba1.tar.gz emacs-06827ec8428b897a38dc0532ee3d2070ae07aba1.tar.bz2 emacs-06827ec8428b897a38dc0532ee3d2070ae07aba1.zip |
Spelling fixes.
* mail/unrmail.el (unrmail-mbox-format): Choice is mboxo, not mboxro.
* woman.el (woman-mark-horizontal-position):
Rename from woman-mark-horizonal-position. Use changed.
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; |