From: Juanma Barranquero Date: Wed, 13 Jan 2010 15:38:28 +0000 (+0100) Subject: Fix typos in comments and ChangeLogs. X-Git-Tag: emacs-pretest-23.1.92~43^2~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=768c0c0f393d4e71e3973add8d557f6535c78342;p=emacs.git Fix typos in comments and ChangeLogs. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 6df40fb6255..8ca2b187d94 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 cabec8f7fb1..c4ef9ebf3ae 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 550072900f0..01241b518bb 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 dc19c13e8a8..2f73e8b837a 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