diff src/ntproc.c @ 367:a4f53d9b3154 r21-1-13

Import from CVS: tag r21-1-13
author cvs
date Mon, 13 Aug 2007 11:01:07 +0200
parents 4711e16a8e49
children cc15677e0335
line wrap: on
line diff
--- a/src/ntproc.c	Mon Aug 13 11:00:13 2007 +0200
+++ b/src/ntproc.c	Mon Aug 13 11:01:07 2007 +0200
@@ -59,7 +59,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 Vwin32_quote_process_args;
 
@@ -719,7 +719,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
 	     `win32-quote-process-args' was added.  */