]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Doc and comment typos.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 17 Oct 2009 08:15:18 +0000 (10:15 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 17 Oct 2009 08:21:41 +0000 (10:21 +0200)
* automake.in (handle_ltlibraries): Fix typo in comment.
* tests/distcom7.test: Likewise.
* tests/lisp5.test: Likewise.
* doc/automake.texi (Usage of Conditionals): Fix typo.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
automake.in
doc/automake.texi
tests/distcom7.test
tests/lisp5.test

index d17f6200348c9d13656e05005ba2f077e5e37ac2..2d574b85116a93fbfa537e94faf2f5ddd05da062 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-10-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Doc and comment typos.
+       * automake.in (handle_ltlibraries): Fix typo in comment.
+       * tests/distcom7.test: Likewise.
+       * tests/lisp5.test: Likewise.
+       * doc/automake.texi (Usage of Conditionals): Fix typo.
+
 2009-10-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Fix race condition in werror2.test due to sanity sleep change.
index bab8c4222a3f2781e79ab02c7f2fd87bbf4dfb3c..e7f2cac5a5e998e08d17c3120f4c0b1f6538e88f 100755 (executable)
@@ -2839,7 +2839,7 @@ sub handle_ltlibraries
           my $ldir = '';
           $ldir = '/' . dirname ($val)
             if (!$strip_subdir);
-          # A library cannot be installed in different directory
+          # A library cannot be installed in different directories
           # in overlapping conditions.
           if (exists $instconds{$val})
             {
index fbfe362e773a15c1d93620bbb37d192620451260..5cc5e51711a852a0ac047302d444dc46008b572e 100644 (file)
@@ -9584,7 +9584,7 @@ negated using @samp{!}.  The @code{else} statement may be omitted.
 Conditionals may be nested to any depth.  You may specify an argument to
 @code{else} in which case it must be the negation of the condition used
 for the current @code{if}.  Similarly you may specify the condition
-that is closed by an @code{end}:
+that is closed on the @code{endif} line:
 
 @example
 if DEBUG
index 557be4495d5b9fd1a64af87f629f8e8dc568af9e..500c909a5212aaac30caca80148e3b207b76161e 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2004  Free Software Foundation, Inc.
+# Copyright (C) 2004, 2009  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
@@ -15,7 +15,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 # Test to make sure that Automake complains when an auxfile (here depcomp)
-# is installed, but the Makefile tht distributes it is not processed.
+# is installed, but the Makefile that distributes it is not processed.
 
 . ./defs || Exit 1
 
index 3a44b43a20c8317fe9a9c40c200aca36ce9208a6..e7b29e7292b1540b22409995a87ce1a876332106 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2003, 2007  Free Software Foundation, Inc.
+# Copyright (C) 2003, 2007, 2009  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
@@ -14,7 +14,7 @@
 # You should have received a copy of the GNU General Public License
 # along with GNU Automake; see the file COPYING.  If not, write to
 
-# Same as lisp4.test, but using the now-recommanded way to install
+# Same as lisp4.test, but using the now-recommended way to install
 # non-bytecompiled *.el files.
 
 required=emacs