]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Fix typo in comment.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 17 May 2009 09:55:14 +0000 (11:55 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 17 May 2009 09:55:14 +0000 (11:55 +0200)
* lib/am/install.am: Fix typo.

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

index ded0c6af72b302d68448441ade933ea2a20e7bc2..901d872fedf54779889981c7412b668fff955afb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Fix typo in comment.
+       * lib/am/install.am: Fix typo.
+
 2009-05-17  Matthias Klose  <doko@ubuntu.com>  (tiny change)
            Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
index 8380fd3647a203750b790d04f93999f63098b018..564e2dc37ee58ef07a58df34ef53476d917092cc 100644 (file)
@@ -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.