Hi Paul. On Sunday 04 December 2011, Paul Eggert wrote: > Found while spell-checking Emacs. Here's a proposed patch. > Thanks. I've applied the patch in your name (see attachement), and I'm thus closing this bug report.
Just a minor nit though: next time, could you send your patches to the automake-patches list, instead that to the bug-automake list, to avoid having a spurious bug report be opened? > There are similar misspellings in the ChangeLogs but that's > less important. > Still, patches welcome ;-) Thanks, Stefano
From 053534fc5718ad3aea4f2f1c5817d2a114fe5699 Mon Sep 17 00:00:00 2001 Message-Id: <053534fc5718ad3aea4f2f1c5817d2a114fe5699.1322997518.git.stefano.lattar...@gmail.com> From: Paul Eggert <[email protected]> Date: Sun, 4 Dec 2011 12:11:30 +0100 Subject: [PATCH] depcomp: spelling fix * lib/depcomp (-h): Fix misspelling in usage diagnostic. --- ChangeLog | 5 +++++ lib/depcomp | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2ad35bb..1c97ecd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2011-12-04 Paul Eggert <[email protected]> + + depcomp: spelling fix + * lib/depcomp (-h): Fix misspelling in usage diagnostic. + 2011-11-28 Peter Rosin <[email protected]> tests: fix 'distcheck-override-infodir.test' on Cygwin diff --git a/lib/depcomp b/lib/depcomp index 2fe40a9..5621fd4 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 <[email protected]>. -- 1.7.2.3
