GNU bug report logs - #10210
[PATCH] lib/depcomp: spelling fix in usage message

Previous Next

Package: automake;

Reported by: Paul Eggert <eggert <at> cs.ucla.edu>

Date: Sun, 4 Dec 2011 01:38:01 UTC

Severity: normal

Tags: patch

Done: Stefano Lattarini <stefano.lattarini <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Stefano Lattarini <stefano.lattarini <at> gmail.com>
To: 10210 <at> debbugs.gnu.org
Cc: 10210-done <at> debbugs.gnu.org, Paul Eggert <eggert <at> cs.ucla.edu>
Subject: bug#10210: [PATCH] lib/depcomp: spelling fix in usage message
Date: Sun, 4 Dec 2011 12:20:18 +0100
[Message part 1 (text/plain, inline)]
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
[0001-depcomp-spelling-fix.patch (text/x-patch, inline)]
From 053534fc5718ad3aea4f2f1c5817d2a114fe5699 Mon Sep 17 00:00:00 2001
Message-Id: <053534fc5718ad3aea4f2f1c5817d2a114fe5699.1322997518.git.stefano.lattarini <at> gmail.com>
From: Paul Eggert <eggert <at> cs.ucla.edu>
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  <eggert <at> cs.ucla.edu>
+
+	depcomp: spelling fix
+	* lib/depcomp (-h): Fix misspelling in usage diagnostic.
+
 2011-11-28  Peter Rosin  <peda <at> lysator.liu.se>
 
 	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 <bug-automake <at> gnu.org>.
-- 
1.7.2.3


This bug report was last modified 13 years and 175 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.