# HG changeset patch # User Juanma Barranquero # Date 1214402738 0 # Node ID 9c9415d59eacf4c7ff559dcdbc6996b3433be12d # Parent 0073930415c372baacde103036687b36841ef5f3 Fix typos. diff -r 0073930415c3 -r 9c9415d59eac msdos/ChangeLog --- a/msdos/ChangeLog Wed Jun 25 12:02:48 2008 +0000 +++ b/msdos/ChangeLog Wed Jun 25 14:05:38 2008 +0000 @@ -145,7 +145,7 @@ 2002-03-09 Eli Zaretskii - Add support for bootstraping Emacs: + Add support for bootstrapping Emacs: * sed1v2.inp: Edit the bootstrap-* targets. Fix the mostlyclean target. diff -r 0073930415c3 -r 9c9415d59eac nt/ChangeLog --- a/nt/ChangeLog Wed Jun 25 12:02:48 2008 +0000 +++ b/nt/ChangeLog Wed Jun 25 14:05:38 2008 +0000 @@ -546,7 +546,7 @@ * makefile.w32-in (bootstrap-nmake): When nmake'ing bootstrap on the lisp/ directory, set SHELL to $(SHELLTYPE); this avoids - calling non-existent cmdproxy.exe on boostrappings after a + calling non-existent cmdproxy.exe on bootstrappings after a previous install followed by realclean. * nmake.defs: Add quote in comment to resync font-locking. diff -r 0073930415c3 -r 9c9415d59eac src/ChangeLog.10 --- a/src/ChangeLog.10 Wed Jun 25 12:02:48 2008 +0000 +++ b/src/ChangeLog.10 Wed Jun 25 14:05:38 2008 +0000 @@ -21338,7 +21338,7 @@ * fns.c (Frequire): Change nesting allowance from 2 to 3 to cause more descriptive error output from lread.c:Fload upon most require - cycles during boostrapping. + cycles during bootstrapping. 2002-11-27 Jason Rumney