From: Ralf Wildenhues Date: Sun, 17 May 2009 09:55:14 +0000 (+0200) Subject: Fix typo in comment. X-Git-Tag: v1.11~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de458bcc8b6cf5e54b76242f8f27afa330c858c7;p=thirdparty%2Fautomake.git Fix typo in comment. * lib/am/install.am: Fix typo. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index ded0c6af7..901d872fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-05-17 Ralf Wildenhues + + Fix typo in comment. + * lib/am/install.am: Fix typo. + 2009-05-17 Matthias Klose (tiny change) Ralf Wildenhues diff --git a/lib/am/install.am b/lib/am/install.am index 8380fd364..564e2dc37 100644 --- a/lib/am/install.am +++ b/lib/am/install.am @@ -88,7 +88,7 @@ install-strip: ## install_sh_PROGRAM is used for nobase_*_PROGRAMS (because install-sh ## creates directories) ## It's OK to override both with INSTALL_STRIP_PROGRAM, because -## INSTALL_STRIP_PROGRAM uses install-sh (see m4/strip.m4 for a rational). +## INSTALL_STRIP_PROGRAM uses install-sh (see m4/strip.m4 for a rationale). ## ## Use double quotes here because we might need to interpolate some ## backquotes at runtime.