]> code.delx.au - gnu-emacs/blobdiff - src/callproc.c
; Spelling fix
[gnu-emacs] / 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;
 
-  /* 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
   {