From: Ralf Wildenhues Date: Sun, 1 Mar 2009 15:47:45 +0000 (+0100) Subject: Fix comment typo. X-Git-Tag: v1.10b~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55b11a9376f95c4a4f7eb9e0fc0b6940e71e88a5;p=thirdparty%2Fautomake.git Fix comment typo. * lib/am/distdir.am (distcheck): Fix typo in comment. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 797ce8a14..3f2092e3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-03-01 Ralf Wildenhues + 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. diff --git a/lib/am/distdir.am b/lib/am/distdir.am index 81d2210b8..5acfa493f 100644 --- a/lib/am/distdir.am +++ b/lib/am/distdir.am @@ -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-$$$$/" \