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 2ad35bb..1c97ecd 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 2fe40a9..5621fd4 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>.