From: Paul Eggert Date: Tue, 19 Jul 2016 16:51:46 +0000 (+0200) Subject: ; Spelling fix X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/a80ee12a64ed84f1e4f69acb1cd54a1814c9517d ; Spelling fix --- diff --git a/src/callproc.c b/src/callproc.c index e8d089cf20..9ec7893868 100644 --- a/src/callproc.c +++ b/src/callproc.c @@ -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 {