diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 6df40fb625539032db70e25aa023c9a36812c5bb..8ca2b187d948fecd311c6380a5312f672eb27c9c 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -6735,8 +6735,8 @@ 1998-04-06 Andreas Schwab - * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use - it in dvi targets. + * Makefile.in (ENVADD): Environment vars to pass to texi2dvi. + Use it in dvi targets. 1997-09-23 Paul Eggert diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index cabec8f7fb17e19d93c8936b60ada4da985f5685..c4ef9ebf3ae8092d86120c366da56a635f4dc8e7 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -6180,8 +6180,8 @@ 1998-04-06 Andreas Schwab - * Makefile.in (ENVADD): Enviroment vars to pass to texi2dvi. Use - it in dvi targets. + * Makefile.in (ENVADD): Environment vars to pass to texi2dvi. + Use it in dvi targets. (../etc/GNU): Change to $(srcdir) first. 1998-03-11 Carsten Dominik diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 550072900f0d442734bb302f6358a0df5505f430..01241b518bbbdf4ae001ecc86f5a88f79e22727d 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -340,7 +340,7 @@ w32_get_resource (predefined, key, type) /* getenv wrapper for Windows - This is needed to duplicate Emacs's behavior, which is to look for enviroment + This is needed to duplicate Emacs's behavior, which is to look for environment variables in the registry if they don't appear in the environment. */ char * diff --git a/src/emacs.c b/src/emacs.c index dc19c13e8a8a7c97c8f05a9f403b4516512e2eb1..2f73e8b837ab4248721419645f8a3293025c0feb 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -157,7 +157,7 @@ void *malloc_state_ptr; extern void *malloc_get_state (); /* From glibc, a routine that overwrites the malloc internal state. */ extern int malloc_set_state (); -/* Non-zero if the MALLOC_CHECK_ enviroment variable was set while +/* Non-zero if the MALLOC_CHECK_ environment variable was set while dumping. Used to work around a bug in glibc's malloc. */ int malloc_using_checking; #endif