summaryrefslogtreecommitdiff
path: root/nt/cmdproxy.c
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2008-06-27 07:34:53 +0000
committerGlenn Morris <rgm@gnu.org>2008-06-27 07:34:53 +0000
commitfffa137cb7bb78445b2f8aef44d251dfe83f06f6 (patch)
tree9b5ae8fa1340ffebf47484ab11f860a6d216ad6d /nt/cmdproxy.c
parentcdd1f23bbfdfb6ff97e986cc127647dc712b25b2 (diff)
downloademacs-fffa137cb7bb78445b2f8aef44d251dfe83f06f6.tar.gz
American English spelling fix.
Diffstat (limited to 'nt/cmdproxy.c')
-rw-r--r--nt/cmdproxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/cmdproxy.c b/nt/cmdproxy.c
index edf7b364671..b78bdd994f3 100644
--- a/nt/cmdproxy.c
+++ b/nt/cmdproxy.c
@@ -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