From 55b11a9376f95c4a4f7eb9e0fc0b6940e71e88a5 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Sun, 1 Mar 2009 16:47:45 +0100 Subject: [PATCH] Fix comment typo. * lib/am/distdir.am (distcheck): Fix typo in comment. Signed-off-by: Ralf Wildenhues --- ChangeLog | 3 +++ lib/am/distdir.am | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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-$$$$/" \ -- 2.47.2