emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r99316: Fix typos in comments and Cha


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99316: Fix typos in comments and ChangeLogs.
Date: Wed, 13 Jan 2010 16:38:28 +0100
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99316
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Wed 2010-01-13 16:38:28 +0100
message:
  Fix typos in comments and ChangeLogs.
modified:
  doc/emacs/ChangeLog
  doc/misc/ChangeLog
  lib-src/emacsclient.c
  src/emacs.c
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2010-01-13 08:35:10 +0000
+++ b/doc/emacs/ChangeLog       2010-01-13 15:38:28 +0000
@@ -6735,8 +6735,8 @@
 
 1998-04-06  Andreas Schwab  <address@hidden>
 
-       * 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  <address@hidden>
 

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2010-01-04 18:18:38 +0000
+++ b/doc/misc/ChangeLog        2010-01-13 15:38:28 +0000
@@ -6180,8 +6180,8 @@
 
 1998-04-06  Andreas Schwab  <address@hidden>
 
-       * 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  <address@hidden>

=== modified file 'lib-src/emacsclient.c'
--- a/lib-src/emacsclient.c     2010-01-13 08:35:10 +0000
+++ b/lib-src/emacsclient.c     2010-01-13 15:38:28 +0000
@@ -340,7 +340,7 @@
 /*
   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 *

=== modified file 'src/emacs.c'
--- a/src/emacs.c       2010-01-12 05:11:05 +0000
+++ b/src/emacs.c       2010-01-13 15:38:28 +0000
@@ -157,7 +157,7 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]