changeset 96460:5220f9405507

Spelling fixes.
author Glenn Morris <rgm@gnu.org>
date Tue, 01 Jul 2008 03:02:59 +0000
parents a90a9fcdc77d
children 0bf8fdc6b5b3
files nt/cmdproxy.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/nt/cmdproxy.c	Tue Jul 01 03:02:37 2008 +0000
+++ b/nt/cmdproxy.c	Tue Jul 01 03:02:59 2008 +0000
@@ -2,7 +2,7 @@
    Copyright (C) 1997, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
      2008  Free Software Foundation, Inc.
 
-   Accepts subset of Unix sh(1) command-line options, for compatability
+   Accepts subset of Unix sh(1) command-line options, for compatibility
    with elisp code written for Unix.  When possible, executes external
    programs directly (a common use of /bin/sh by Emacs), otherwise
    invokes the user-specified command processor to handle built-in shell
@@ -513,10 +513,10 @@
     {
       ++argv;
       /* Act on switches we recognize (mostly single letter switches,
-	 except for -e); all unrecognised switches and extra args are
+	 except for -e); all unrecognized switches and extra args are
 	 passed on to real shell if used (only really of benefit for
 	 interactive use, but allow for batch use as well).  Accept / as
-	 switch char for compatability with cmd.exe.  */
+	 switch char for compatibility with cmd.exe.  */
       if (((*argv)[0] == '-' || (*argv)[0] == '/') && (*argv)[1] != '\0')
 	{
 	  if (((*argv)[1] == 'c' || (*argv)[1] == 'C') && ((*argv)[2] == '\0'))