1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-24 19:03:29 +00:00

Fix typos in comments and ChangeLogs.

This commit is contained in:
Juanma Barranquero 2010-01-13 16:38:28 +01:00
parent d77b5977da
commit 768c0c0f39
4 changed files with 6 additions and 6 deletions

View File

@ -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>

View File

@ -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>

View 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 *

View 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