]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* tests/defs.in: Fix comment typo.
authorWilliam Pursell <bill.pursell@gmail.com>
Sun, 12 Oct 2008 20:13:39 +0000 (22:13 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 12 Oct 2008 20:13:39 +0000 (22:13 +0200)
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/defs.in

index d2cfdbc87d0c0fd8bd356f071f9d86e27c835bf7..3dfadc6d949d018372bc376f0a915a5fe66bb9ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-10-12  William Pursell <bill.pursell@gmail.com>  (tiny patch)
+
+       * tests/defs.in: Fix comment typo.
+
 2008-10-12  William Pursell <bill.pursell@gmail.com>
            Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
index 91724275fa0ac8fb48006b751276859df5ccbe04..c0e310f5dd84b48da05682de5eb01a63bbcdcf0b 100644 (file)
@@ -2,7 +2,7 @@
 # @configure_input@
 #
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
-# 2005, 2006, 2007  Free Software Foundation, Inc.
+# 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -152,7 +152,7 @@ do
       CC=icc
       export CC
       # There is no way to ask *only* the compiler's version.
-      # This tool always want to do something (by default
+      # This tool always wants to do something (by default
       # it will try link *nothing* and complain it cannot find
       # main(); funny).  Use -help so it does not try linking anything.
       echo "$me: running $CC -V -help"