From: Paul Eggert Date: Sun, 4 Dec 2011 11:11:30 +0000 (+0100) Subject: depcomp: spelling fix X-Git-Tag: v1.11.1b~5^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=053534fc5718ad3aea4f2f1c5817d2a114fe5699;p=thirdparty%2Fautomake.git depcomp: spelling fix * lib/depcomp (-h): Fix misspelling in usage diagnostic. --- diff --git a/ChangeLog b/ChangeLog index 2ad35bb2d..1c97ecdef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-12-04 Paul Eggert + + depcomp: spelling fix + * lib/depcomp (-h): Fix misspelling in usage diagnostic. + 2011-11-28 Peter Rosin tests: fix 'distcheck-override-infodir.test' on Cygwin diff --git a/lib/depcomp b/lib/depcomp index 2fe40a94b..5621fd4df 100755 --- a/lib/depcomp +++ b/lib/depcomp @@ -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 .