]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* m4/ltdl.m4 (LT_SYS_DLOPEN_DEPLIBS), m4/ltoptions.m4
authorBernhard Fischer <spam.protected>
Thu, 4 Nov 2004 11:58:37 +0000 (11:58 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 4 Nov 2004 11:58:37 +0000 (11:58 +0000)
(_LT_SET_OPTIONS), README, README.alpha: Typos.

ChangeLog
README
README.alpha
m4/ltdl.m4
m4/ltoptions.m4

index f1ca5f5f7984344f34771e387d5e1eec4110e80d..8e478a6a36d90e28b8f71e432aec43309a3c7552 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-04  Bernhard Fischer  <spam.protected>,
+           Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+       * m4/ltdl.m4 (LT_SYS_DLOPEN_DEPLIBS), m4/ltoptions.m4
+       (_LT_SET_OPTIONS), README, README.alpha: Typos.
+
 2004-11-03  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
        * ltmain.m4sh (cwrappersource): Cast isalpha arguments correctly.
diff --git a/README b/README
index db060f4b510f439a5b054e8934342a99e8efef07..572cf4c3f8126ff1cc3a74dbbc14b36ebcef1bcd 100644 (file)
--- a/README
+++ b/README
@@ -51,7 +51,7 @@ take note of the name of the first test in the group if you want to
 rerun the group with FAILures to get verbose output.
 
 To run a test group in isolation (say, you think you have fixed a bug,
-but don't want to rerun the entire suit), you can do it like this:
+but don't want to rerun the entire suite), you can do it like this:
 
   make check TESTS='cdemo-static.test cdemo-make.test cdemo-exec.test'
 
index f7e5a4b331c5587c88a1dd991342340ea249719f..8148ebe31b5a43165cac582dfae648aef41f56cd 100644 (file)
@@ -54,7 +54,7 @@ take note of the name of the first test in the group if you want to
 rerun the group with FAILures to get verbose output.
 
 To run a test group in isolation (say, you think you have fixed a bug,
-but don't want to rerun the entire suit), you can do it like this:
+but don't want to rerun the entire suite), you can do it like this:
 
   make check TESTS='cdemo-static.test cdemo-make.test cdemo-exec.test'
 
index d28b12d3f402ed185e8577f7d549c9e7369852e4..9647b7122cf32dd0e3cc1d408c01580ce90a2bf3 100644 (file)
@@ -250,7 +250,7 @@ AC_CACHE_CHECK([whether deplibs are loaded by dlopen],
   osf[[1234]]*)
     # dlopen did load deplibs (at least at 4.x), but until the 5.x series,
     # it did *not* use an RPATH in a shared library to find objects the
-    # library depends on, so we explictly say `no'.
+    # library depends on, so we explicitly say `no'.
     lt_cv_sys_dlopen_deplibs=no
     ;;
   osf5.0|osf5.0a|osf5.1)
index a28d85e52eb695546d8e1c3311438514d066e27f..fa39ffed49ef55da8f900fedc8c1a3e32ef8248d 100644 (file)
@@ -57,9 +57,9 @@ m4_ifdef([$0_found], [m4_undefine([$0_found])], [$2
 
 # _LT_SET_OPTIONS(OPTIONS)
 # ------------------------
-# OPTIONS is a space-separated list of Automake options.
+# OPTIONS is a space-separated list of Libtool options.
 # If any OPTION has a handler macro declared with LT_OPTION_DEFINE,
-# despatch to that macro; otherwise complain about the unknown option
+# dispatch to that macro; otherwise complain about the unknown option
 # and exit.
 m4_define([_LT_SET_OPTIONS],
 [AC_FOREACH([_LT_Option], [$1],