From: Romain Francoise Date: Sat, 4 Nov 2006 14:47:54 +0000 (+0000) Subject: Fix typo. X-Git-Tag: emacs-pretest-22.0.91~346 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a698d2e584cad746d73af36851bc32d76c3f958;p=emacs.git Fix typo. --- diff --git a/ChangeLog b/ChangeLog index 03deb06978e..65cd76c8847 100644 --- 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 (tiny change) diff --git a/Makefile.in b/Makefile.in index fb361001f7a..7bfa7900828 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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.