]> code.delx.au - gnu-emacs/commitdiff
; Spelling fix
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Jul 2016 16:51:46 +0000 (18:51 +0200)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 19 Jul 2016 16:52:06 +0000 (18:52 +0200)
src/callproc.c

index e8d089cf20e201d15e340c3b25b703fd83fa0a15..9ec7893868def87f000489a8a2101f77a691da0b 100644 (file)
@@ -1375,7 +1375,7 @@ getenv_internal (const char *var, ptrdiff_t varlen, char **value,
                         Vprocess_environment))
     return *value ? 1 : 0;
 
                         Vprocess_environment))
     return *value ? 1 : 0;
 
-  /* On Windows we make some modifications to Emacs' enviroment
+  /* On Windows we make some modifications to Emacs' environment
      without recording them in Vprocess_environment.  */
 #ifdef WINDOWSNT
   {
      without recording them in Vprocess_environment.  */
 #ifdef WINDOWSNT
   {