Skip to content

Commit

Permalink
; Spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eggert committed Jul 19, 2016
1 parent 00b6647 commit a80ee12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/callproc.c
Expand Up @@ -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
{
Expand Down

0 comments on commit a80ee12

Please sign in to comment.