Mercurial > emacs
changeset 106818:a3da62473e24
Fix typos in comments and ChangeLogs.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 13 Jan 2010 16:38:28 +0100 |
parents | 13cc2986cf43 |
children | 328951014a28 |
files | doc/emacs/ChangeLog doc/misc/ChangeLog lib-src/emacsclient.c src/emacs.c |
diffstat | 4 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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 <schwab@gnu.org> - * 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 <eggert@twinsun.com>
--- 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 <schwab@gnu.org> - * 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 <cd@delysid.gnu.org>
--- 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 *
--- 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