From: Stepan Kasal Date: Sat, 1 Apr 2006 19:38:07 +0000 (+0000) Subject: Fix typos. X-Git-Tag: AUTOCONF-2.59c~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=784f54dfcdd5786fe1ca66ce0d6a75e870eb0abb;p=thirdparty%2Fautoconf.git Fix typos. --- diff --git a/ChangeLog b/ChangeLog index a44db1fdb..a42b1e7f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,11 @@ 2006-04-01 Eric Blake - * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize non-existant + * lib/m4sugar/m4sh.m4 (_AS_PATH_WALK): Optimize nonexistent directories, unless optional third argument supplied. (AS_UNAME): Don't optimize PATH walk. + * lib/Autom4te/Struct.pm, lib/autoconf/c.m4: s/non-existent/nonexistent/ + 2006-04-01 Eric Blake and Stepan Kasal diff --git a/lib/Autom4te/Struct.pm b/lib/Autom4te/Struct.pm index 7c7f3b51b..36fdc2c39 100644 --- a/lib/Autom4te/Struct.pm +++ b/lib/Autom4te/Struct.pm @@ -508,7 +508,7 @@ accessor accordingly. The constructor of a generated class can be passed a list of I=>I pairs, with which to initialize the struct. If no initializer is specified for a particular element, its default -initialization is performed instead. Initializers for non-existent +initialization is performed instead. Initializers for nonexistent elements are silently ignored. Note that the initializer for a nested struct is specified diff --git a/lib/autoconf/c.m4 b/lib/autoconf/c.m4 index fbc72fc0b..35bbac5e5 100644 --- a/lib/autoconf/c.m4 +++ b/lib/autoconf/c.m4 @@ -430,7 +430,7 @@ do [# Broken: fails on valid input. continue]) - # OK, works on sane cases. Now check whether non-existent headers + # OK, works on sane cases. Now check whether nonexistent headers # can be detected and how. _AC_PREPROC_IFELSE([AC_LANG_SOURCE([[@%:@include ]])], [# Broken: success on invalid input. diff --git a/lib/m4sugar/m4sh.m4 b/lib/m4sugar/m4sh.m4 index b50d07deb..2c40e646a 100644 --- a/lib/m4sugar/m4sh.m4 +++ b/lib/m4sugar/m4sh.m4 @@ -927,7 +927,7 @@ fi # _AS_PATH_WALK([PATH = $PATH], BODY, [NO-OPTIMIZE]) # -------------------------------------------------- -# Walk through PATH running BODY for each `as_dir'. Skip non-existent +# Walk through PATH running BODY for each `as_dir'. Skip nonexistent # directories unless NO-OPTIMIZE is specified. # # Still very private as its interface looks quite bad.