1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 08:43:40 -07:00

American English spelling fix.

This commit is contained in:
Glenn Morris 2008-06-27 07:34:53 +00:00
parent cdd1f23bbf
commit fffa137cb7
68 changed files with 108 additions and 108 deletions

View file

@ -341,7 +341,7 @@ console_event_handler (DWORD event)
case CTRL_BREAK_EVENT:
if (!interactive)
{
/* Both command.com and cmd.exe have the annoying behaviour of
/* Both command.com and cmd.exe have the annoying behavior of
prompting "Terminate batch job (y/n)?" when interrupted
while running a batch file, even if running in
non-interactive (-c) mode. Try to make up for this