]> 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 00:57:37 +0000 (00:57 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 15 Nov 2001 00:57:37 +0000 (00:57 +0000)
* ltmain.in: Typo.

ChangeLog
ltmain.in

index fe750b6f3bb53c47e79156d6b7269c4ce6367577..919c38947efeaf14c29c5247d8361370ca67c8f2 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 254ec2b59019af368bac6d51994cb3066ba28dc1..7b960e5c1f563ed8cd19eb69dd583eb553f97182 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -2522,8 +2522,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.