From: Jim Meyering Date: Tue, 31 Mar 2009 19:06:28 +0000 (+0200) Subject: Use more common spelling in diagnostic: s/canonic/canonical/. X-Git-Tag: v1.11~32^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8119e99b2171eec6b830c6cf278ec623a57424b6;p=thirdparty%2Fautomake.git Use more common spelling in diagnostic: s/canonic/canonical/. * automake.in (check_typos): s/canonic/canonical/. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 371c868f9..2ba995626 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-03-31 Jim Meyering + + Use more common spelling in diagnostic: s/canonic/canonical/. + * automake.in (check_typos): s/canonic/canonical/. + 2009-03-31 Ralf Wildenhues * configure.ac, NEWS: Bump version to 1.10c. diff --git a/automake.in b/automake.in index 616585175..472862bcd 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; }