]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
typo
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 16 May 2005 21:15:41 +0000 (21:15 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 16 May 2005 21:15:41 +0000 (21:15 +0000)
ChangeLog

index f532bcf4d99c7f4875228b34c4dbdfa36655dd7a..a8fb061e5aa53c24e9771d84f2bdb5984fc3e68e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,8 @@
 2005-05-15  Alexandre Duret-Lutz  <adl@gnu.org>
 
        Fix PR automake/461:
-       * automake.in (require_build_directory): Canonize directories with
-       different name, such as `foo/bar' and `./foo//bar'.
+       * automake.in (require_build_directory): Canonicalize directories
+       with different name, such as `foo/bar' and `./foo//bar'.
        * tests/subobj9.test: Augment to test that.
        Report from Tom Tromey.