From: Gary V. Vaughan Date: Thu, 15 Nov 2001 00:57:37 +0000 (+0000) Subject: From Joseph S. Myers X-Git-Tag: release-1-4-3~38 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=eefeb85afaa0c76031bd65fc4db52ce95c78f17d;p=thirdparty%2Flibtool.git From Joseph S. Myers * ltmain.in: Typo. --- diff --git a/ChangeLog b/ChangeLog index fe750b6f3..919c38947 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-15 Gary Vaughan + + From Joseph S. Myers + * ltmain.in: Typo. + 2001-11-15 Mo DeJong * ltmain.in: Place parens around a generated relink_command diff --git a/ltmain.in b/ltmain.in index 254ec2b59..7b960e5c1 100644 --- 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.