automake-patches
[Top][All Lists]
Advanced

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

[PATCH] use more common spelling in diagnostic: s/canonic/canonical/


From: Jim Meyering
Subject: [PATCH] use more common spelling in diagnostic: s/canonic/canonical/
Date: Tue, 31 Mar 2009 08:31:26 +0200

Just noticed this in a diagnostic...

>From 99d6d57d4dadeeafd8fef8f774d26c6e65886d89 Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Tue, 31 Mar 2009 08:30:23 +0200
Subject: [PATCH] use more common spelling in diagnostic: s/canonic/canonical/

* automake.in (check_typos): s/canonic/canonical/
---
 ChangeLog   |    5 +++++
 automake.in |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 371c868..494f4e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-31  Jim Meyering  <address@hidden>
+
+       use more common spelling in diagnostic: s/canonic/canonical/
+       * automake.in (check_typos): s/canonic/canonical/
+
 2009-03-31  Ralf Wildenhues  <address@hidden>

        * configure.ac, NEWS: Bump version to 1.10c.
diff --git a/automake.in b/automake.in
index 6165851..472862b 100755
--- a/automake.in
+++ b/automake.in
@@ -3017,7 +3017,7 @@ sub check_typos ()
            {
              $varname =~ /^(?:nobase_)?(?:dist_|nodist_)?(.*)_[[:alnum:]]+$/;
              msg_var ('syntax', $var, "variable `$varname' is defined but no"
-                      . " program or\nlibrary has `$1' as canonic name"
+                      . " program or\nlibrary has `$1' as canonical name"
                       . " (possible typo)")
                unless $var->rdef ($cond)->seen;
            }
--
1.6.2.rc1.285.gc5f54




reply via email to

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