bug-automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10210: [PATCH] lib/depcomp: spelling fix in usage message


From: Stefano Lattarini
Subject: bug#10210: [PATCH] lib/depcomp: spelling fix in usage message
Date: Sun, 4 Dec 2011 12:20:18 +0100
User-agent: KMail/1.13.7 (Linux/2.6.30-2-686; KDE/4.6.5; i686; ; )

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: <address@hidden>
From: Paul Eggert <address@hidden>
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  <address@hidden>
+
+       depcomp: spelling fix
+       * lib/depcomp (-h): Fix misspelling in usage diagnostic.
+
 2011-11-28  Peter Rosin  <address@hidden>
 
        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 <address@hidden>.
-- 
1.7.2.3


reply via email to

[Prev in Thread] Current Thread [Next in Thread]