summaryrefslogtreecommitdiff
path: root/src/w32proc.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
commitee88a11e55c16f8ee34464d844e0f68f9c737457 (patch)
tree64cab45678870560e2e711c5e0f5028aa369e4de /src/w32proc.c
parentd679f9de718711d62d51e5a6f058de3ec80caacc (diff)
downloademacs-ee88a11e55c16f8ee34464d844e0f68f9c737457.tar.gz
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 91722df87ae..33981445c7c 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. */