diff src/w32proc.c @ 96376:c3309dba6542

American English spelling fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 27 Jun 2008 07:34:53 +0000
parents a99299e4d2de
children 532dd6819465
line wrap: on
line diff
--- a/src/w32proc.c	Fri Jun 27 07:30:14 2008 +0000
+++ b/src/w32proc.c	Fri Jun 27 07:34:53 2008 +0000
@@ -71,7 +71,7 @@
 
 /* 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 @@
 #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.  */