From 768c0c0f393d4e71e3973add8d557f6535c78342 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 13 Jan 2010 16:38:28 +0100 Subject: [PATCH] Fix typos in comments and ChangeLogs. --- doc/emacs/ChangeLog | 4 ++-- doc/misc/ChangeLog | 4 ++-- lib-src/emacsclient.c | 2 +- src/emacs.c | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 6df40fb625..8ca2b187d9 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 cabec8f7fb..c4ef9ebf3a 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 550072900f..01241b518b 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 dc19c13e8a..2f73e8b837 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 -- 2.20.1