]> code.delx.au - gnu-emacs/commitdiff
Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 25 Jun 2008 14:05:38 +0000 (14:05 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 25 Jun 2008 14:05:38 +0000 (14:05 +0000)
msdos/ChangeLog
nt/ChangeLog
src/ChangeLog.10

index a1058786c27646c5d6d65978fcebe71403a80d97..99d89d266d6c1abb6dfb2c66f1dc9624b5ce9825 100644 (file)
 
 2002-03-09  Eli Zaretskii  <eliz@is.elta.co.il>
 
-       Add support for bootstraping Emacs:
+       Add support for bootstrapping Emacs:
 
        * sed1v2.inp: Edit the bootstrap-* targets.  Fix the mostlyclean
        target.
index 84fe115ce50a97a0e9546839c600259d9a97ab08..d228b84bd70e49ff99388f981f4b1f490f7c0c93 100644 (file)
 
        * 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.
index 7b955c5e9a73ec2bf6ca45a0358ae1ca979d65e6..e166cdeb3e4f01adf407b5c518cd95d52dbb512f 100644 (file)
 
        * 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  <jasonr@gnu.org>