aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32proc.c
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-06-27 07:34:53 +0000
committerGlenn Morris <[email protected]>2008-06-27 07:34:53 +0000
commitfffa137cb7bb78445b2f8aef44d251dfe83f06f6 (patch)
tree9b5ae8fa1340ffebf47484ab11f860a6d216ad6d /src/w32proc.c
parentcdd1f23bbfdfb6ff97e986cc127647dc712b25b2 (diff)
American English spelling fix.
Diffstat (limited to 'src/w32proc.c')
-rw-r--r--src/w32proc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32proc.c b/src/w32proc.c
index 91722df87a..33981445c7 100644
--- a/src/w32proc.c
+++ b/src/w32proc.c
@@ -71,7 +71,7 @@ extern BOOL WINAPI IsValidLocale(LCID, DWORD);
/* Control whether spawnve quotes arguments as necessary to ensure
correct parsing by child process. Because not all uses of spawnve
- are careful about constructing argv arrays, we make this behaviour
+ are careful about constructing argv arrays, we make this behavior
conditional (off by default). */
Lisp_Object Vw32_quote_process_args;
@@ -973,7 +973,7 @@ sys_spawnve (int mode, char *cmdname, char **argv, char **envp)
#if 0
/* This version does not escape quotes if they occur at the
beginning or end of the arg - this could lead to incorrect
- behaviour when the arg itself represents a command line
+ behavior when the arg itself represents a command line
containing quoted args. I believe this was originally done
as a hack to make some things work, before
`w32-quote-process-args' was added. */