]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
depcomp: spelling fix
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 4 Dec 2011 11:11:30 +0000 (12:11 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 4 Dec 2011 11:11:30 +0000 (12:11 +0100)
* lib/depcomp (-h): Fix misspelling in usage diagnostic.

ChangeLog
lib/depcomp

index 2ad35bb2d9e765c6ab6e77f651e43373f04f754f..1c97ecdef3194646b2f1adc975f7fa7e59953515 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
+
+       depcomp: spelling fix
+       * lib/depcomp (-h): Fix misspelling in usage diagnostic.
+
 2011-11-28  Peter Rosin  <peda@lysator.liu.se>
 
        tests: fix 'distcheck-override-infodir.test' on Cygwin
index 2fe40a94be43efee9bc390f889b8842ab4af479a..5621fd4df8711f96aeb1cbf607f0d9947064b548 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 # depcomp - compile a program generating dependencies as side-effects
 
-scriptversion=2011-04-16.09; # UTC
+scriptversion=2011-12-04.11; # UTC
 
 # Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006, 2007, 2009, 2011,
 # Free Software Foundation, Inc.
@@ -44,7 +44,7 @@ Environment variables:
   object      Object file output by `PROGRAMS ARGS'.
   DEPDIR      directory where to store dependencies.
   depfile     Dependency file to output.
-  tmpdepfile  Temporary file to use when outputing dependencies.
+  tmpdepfile  Temporary file to use when outputting dependencies.
   libtool     Whether libtool is used (yes/no).
 
 Report bugs to <bug-automake@gnu.org>.