]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
From Joseph S. Myers <jsm28@cam.ac.uk>:
authorGary V. Vaughan <gary@gnu.org>
Thu, 15 Nov 2001 01:01:13 +0000 (01:01 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 15 Nov 2001 01:01:13 +0000 (01:01 +0000)
* ltmain.in: Typo.

ChangeLog
ltmain.in

index 747f5f48837bd63b0871b9021e93a6d393444695..930aeb5135a7ac261e635fe1e17741616137ed40 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-15  Gary Vaughan  <gary@gnu.org>
+
+       From Joseph S. Myers  <jsm28@cam.ac.uk>:
+       * ltmain.in: Typo.
+
 2001-11-15   Mo DeJong  <supermo@bayarea.net>
 
        * ltmain.in: Place parens around a generated relink_command
index 483d794a0e957aa57c3e4dc267d4021d7401742a..7d295408eb1b60ddf4e1d983cf012de4cff70771 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -2908,8 +2908,8 @@ EOF
              fi
            done
          else
-           # Error occured in the first compile.  Let's try to salvage the situation:
-           # Compile a seperate program for each library.
+           # Error occured in the first compile.  Let's try to salvage
+           # the situation: Compile a separate program for each library.
            for i in $deplibs; do
              name="`expr $i : '-l\(.*\)'`"
             # If $name is empty we are operating on a -L argument.