libtool-patches
[Top][All Lists]
Advanced

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

FYI: Minor spelling correction


From: Ralf Wildenhues
Subject: FYI: Minor spelling correction
Date: Thu, 4 Nov 2004 12:55:57 +0100
User-agent: Mutt/1.4.1i

* Peter Ekberg wrote on Thu, Nov 04, 2004 at 08:33:45AM CET:
> 
> I got a spelling correction from Bernhard Fischer.

Thanks.  Applied, together with a couple of other typos while we're at
it, to branch-2-0 and HEAD.


2004-11-04  Bernhard Fischer  <spam.protected>,
            Ralf Wildenhues <address@hidden>

        * m4/ltdl.m4 (LT_SYS_DLOPEN_DEPLIBS), m4/ltoptions.m4
        (_LT_SET_OPTIONS), README, README.alpha: Typos.

Index: README
===================================================================
RCS file: /cvsroot/libtool/libtool/README,v
retrieving revision 1.19
diff -u -r1.19 README
--- README      3 Oct 2004 21:08:21 -0000       1.19
+++ README      4 Nov 2004 11:56:12 -0000
@@ -51,7 +51,7 @@
 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: README.alpha
===================================================================
RCS file: /cvsroot/libtool/libtool/README.alpha,v
retrieving revision 1.2
diff -u -r1.2 README.alpha
--- README.alpha        3 Oct 2004 21:08:21 -0000       1.2
+++ README.alpha        4 Nov 2004 11:56:12 -0000
@@ -54,7 +54,7 @@
 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: m4/ltdl.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/m4/ltdl.m4,v
retrieving revision 1.20
diff -u -r1.20 ltdl.m4
--- m4/ltdl.m4  15 Sep 2004 01:39:18 -0000      1.20
+++ m4/ltdl.m4  4 Nov 2004 11:56:12 -0000
@@ -250,7 +250,7 @@
   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: m4/ltoptions.m4
===================================================================
RCS file: /cvsroot/libtool/libtool/m4/ltoptions.m4,v
retrieving revision 1.6
diff -u -r1.6 ltoptions.m4
--- m4/ltoptions.m4     3 Sep 2004 01:54:37 -0000       1.6
+++ m4/ltoptions.m4     4 Nov 2004 11:56:12 -0000
@@ -57,9 +57,9 @@
 
 # _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],




reply via email to

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