]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorRomain Francoise <romain@orebokech.com>
Sat, 4 Nov 2006 14:47:54 +0000 (14:47 +0000)
committerRomain Francoise <romain@orebokech.com>
Sat, 4 Nov 2006 14:47:54 +0000 (14:47 +0000)
ChangeLog
Makefile.in

index 03deb06978e604036868ccf2e3878ea2dda2c1f9..65cd76c884722eabac18ee2aced263cd3410f92a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 
        * Makefile.in (bootstrap-clean-before): Use new target `bootstrap-clean'
        in the leim subdirectory.
+       Fix typo.
 
 2006-11-03  Giorgos Keramidas  <keramida@ceid.upatras.gr> (tiny change)
 
index fb361001f7af4f7ecaad62d7f82245bd10405351..7bfa79008285a780083bfe1c93cb1742a90c0a86 100644 (file)
@@ -280,7 +280,7 @@ epaths-force: FRC
          -e 's;/[*] *arch-tag:.*;/*;') &&              \
        ${srcdir}/move-if-change epaths.h.$$$$ src/epaths.h
 
-# For parallel make, src should be build before leim.
+# For parallel make, src should be built before leim.
 # "export PARALLEL=0" is for SGI's Make, to prevent it from
 # running more than 1 process in the leim directory, especially for
 # the $TIT files there.