]> git.eshelyaron.com Git - emacs.git/commitdiff
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 6df40fb625539032db70e25aa023c9a36812c5bb..8ca2b187d948fecd311c6380a5312f672eb27c9c 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 cabec8f7fb17e19d93c8936b60ada4da985f5685..c4ef9ebf3ae8092d86120c366da56a635f4dc8e7 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 550072900f0d442734bb302f6358a0df5505f430..01241b518bbbdf4ae001ecc86f5a88f79e22727d 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 dc19c13e8a8a7c97c8f05a9f403b4516512e2eb1..2f73e8b837ab4248721419645f8a3293025c0feb 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