# HG changeset patch # User Juanma Barranquero # Date 1263397108 -3600 # Node ID a3da62473e24bd9dffc2c43a02bafbb4da2abedd # Parent 13cc2986cf43513960959495406d6df526556d0b Fix typos in comments and ChangeLogs. diff -r 13cc2986cf43 -r a3da62473e24 doc/emacs/ChangeLog --- a/doc/emacs/ChangeLog Wed Jan 13 13:34:53 2010 +0100 +++ b/doc/emacs/ChangeLog Wed Jan 13 16:38:28 2010 +0100 @@ -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 -r 13cc2986cf43 -r a3da62473e24 doc/misc/ChangeLog --- a/doc/misc/ChangeLog Wed Jan 13 13:34:53 2010 +0100 +++ b/doc/misc/ChangeLog Wed Jan 13 16:38:28 2010 +0100 @@ -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 -r 13cc2986cf43 -r a3da62473e24 lib-src/emacsclient.c --- a/lib-src/emacsclient.c Wed Jan 13 13:34:53 2010 +0100 +++ b/lib-src/emacsclient.c Wed Jan 13 16:38:28 2010 +0100 @@ -340,7 +340,7 @@ /* 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 -r 13cc2986cf43 -r a3da62473e24 src/emacs.c --- a/src/emacs.c Wed Jan 13 13:34:53 2010 +0100 +++ b/src/emacs.c Wed Jan 13 16:38:28 2010 +0100 @@ -157,7 +157,7 @@ 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