From 6167b1656173626933750104b9bb2a9612aff5aa Mon Sep 17 00:00:00 2001 From: "Gary V. Vaughan" Date: Thu, 15 Nov 2001 01:01:13 +0000 Subject: [PATCH] From Joseph S. Myers : * ltmain.in: Typo. --- ChangeLog | 5 +++++ ltmain.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 747f5f48..930aeb51 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 483d794a..7d295408 100644 --- 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.