From: Juanma Barranquero Date: Wed, 25 Jun 2008 14:05:38 +0000 (+0000) Subject: Fix typos. X-Git-Tag: emacs-pretest-23.0.90~4509 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=69587bba2174428bc25eda9675558aadede61674;p=emacs.git Fix typos. --- diff --git a/msdos/ChangeLog b/msdos/ChangeLog index a1058786c27..99d89d266d6 100644 --- a/msdos/ChangeLog +++ b/msdos/ChangeLog @@ -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 --git a/nt/ChangeLog b/nt/ChangeLog index 84fe115ce50..d228b84bd70 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -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 --git a/src/ChangeLog.10 b/src/ChangeLog.10 index 7b955c5e9a7..e166cdeb3e4 100644 --- a/src/ChangeLog.10 +++ b/src/ChangeLog.10 @@ -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