]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix typos.
authorStepan Kasal <kasal@ucw.cz>
Sat, 1 Apr 2006 19:38:07 +0000 (19:38 +0000)
committerStepan Kasal <kasal@ucw.cz>
Sat, 1 Apr 2006 19:38:07 +0000 (19:38 +0000)
ChangeLog
lib/Autom4te/Struct.pm
lib/autoconf/c.m4
lib/m4sugar/m4sh.m4

index a44db1fdbe7e411ed5eaafc5b2e5e7a5c0af32aa..a42b1e7f49b0c3b6ac9d7fee825c545986082c46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,11 @@
 2006-04-01  Eric Blake  <ebb9@byu.net>
 
-       * 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  <ebb9@byu.net>
        and Stepan Kasal  <kasal@ucw.cz>
 
index 7c7f3b51b459fc0c06eeab9b4548c55ca70f36d0..36fdc2c398073ecdc7d555d26b2639cf49f30f0b 100644 (file)
@@ -508,7 +508,7 @@ accessor accordingly.
 The constructor of a generated class can be passed a list
 of I<element>=>I<value> 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
index fbc72fc0bfffe04835c675bc1828ece4a2d80fe6..35bbac5e53d243b356b396198a223b7014293bf7 100644 (file)
@@ -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 <ac_nonexistent.h>]])],
                     [# Broken: success on invalid input.
index b50d07deb6584615bb6538ae64b369e97984f850..2c40e646a8785800c80a81a6a5f94b08776fe503 100644 (file)
@@ -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.