Fix typos in comments and ChangeLogs.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 13 Jan 2010 15:38:28 +0000 (16:38 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 13 Jan 2010 15:38:28 +0000 (16:38 +0100)
doc/emacs/ChangeLog
doc/misc/ChangeLog
lib-src/emacsclient.c
src/emacs.c

index 6df40fb..8ca2b18 100644 (file)
 
 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>
 
index cabec8f..c4ef9eb 100644 (file)
 
 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>
index 5500729..01241b5 100644 (file)
@@ -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 *
index dc19c13..2f73e8b 100644 (file)
@@ -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