]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix comment typo.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 1 Mar 2009 15:47:45 +0000 (16:47 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 1 Mar 2009 15:47:45 +0000 (16:47 +0100)
* lib/am/distdir.am (distcheck): Fix typo in comment.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
lib/am/distdir.am

index 797ce8a140a7c3a07a0c8e3f87c9a08071db57d0..3f2092e3d99351d3b432ebd5e1142ec4dc2cdbb2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
+       Fix comment typo.
+       * lib/am/distdir.am (distcheck): Fix typo in comment.
+
        Ignore generated files below doc/amhello for git.
        * doc/amhello/.gitignore: New file.
 
index 81d2210b86af49966a1eeec23cece2fb8cc4298a..5acfa493f9b341fd47622e292aaf3dbb472272fe 100644 (file)
@@ -422,7 +422,7 @@ distcheck: dist
 ## to allow DESTDIR installations.  Otherwise "$(DESTDIR)$(prefix)" would
 ## expand to "c:/temp/am-dc-5668/c:/src/package/package-1.0/_inst".
        dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
-## We will attemp a DESTDIR install in $dc_destdir.  We don't
+## We will attempt a DESTDIR install in $dc_destdir.  We don't
 ## create this directory under $dc_install_base, because it would
 ## create very long directory names.
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \