]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: Fixed a few spelling errors.
authorRobert Boehne <rboehne@gnu.org>
Wed, 25 Sep 2002 04:26:20 +0000 (04:26 +0000)
committerRobert Boehne <rboehne@gnu.org>
Wed, 25 Sep 2002 04:26:20 +0000 (04:26 +0000)
ChangeLog
ltmain.in

index 6d2941e4e00e81e8574be10045a41bd6a0049b58..114c8baa9603630344ea1a0c9c9daab7d11b2321 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-09-24  Robert Boehne  <rboehne@gnu.org>
+
+       * ltmain.in: Fixed a few spelling errors.
+
 2002-09-17  Robert Boehne  <rboehne@gnu.org>
 
        * libltdl/ltdl.c: Commented out access() call that checks for a
index 108462be53e3043f813035a1cd77b323c3053bde..7a26904238afb81f70fff081a7dae83329178680 100644 (file)
--- a/ltmain.in
+++ b/ltmain.in
@@ -478,7 +478,7 @@ if test -z "$show_help"; then
     if test -n "$available_tags" && test -z "$tagname"; then
       case $base_compile in
       # Blanks in the command may have been stripped by the calling shell,
-      # but not from the CC environment variable when ltconfig was run.
+      # but not from the CC environment variable when configure was run.
       " $CC "* | "$CC "* | " `$echo $CC` "* | "`$echo $CC` "*) ;;
       # Blanks at the start of $base_compile will cause this to fail
       # if we don't check for them as well.
@@ -776,7 +776,7 @@ EOF
       # It is impossible to link a dll without this setting, and
       # we shouldn't force the makefile maintainer to figure out
       # which system we are compiling for in order to pass an extra
-      # flag for every libtool invokation.
+      # flag for every libtool invocation.
       # allow_undefined=no
 
       # FIXME: Unfortunately, there are problems with the above when trying
@@ -1524,7 +1524,7 @@ EOF
     if test -n "$available_tags" && test -z "$tagname"; then
       case $base_compile in
       # Blanks in the command may have been stripped by the calling shell,
-      # but not from the CC environment variable when ltconfig was run.
+      # but not from the CC environment variable when configure was run.
       "$CC "* | " $CC "* | "`$echo $CC` "* | " `$echo $CC` "*) ;;
       # Blanks at the start of $base_compile will cause this to fail
       # if we don't check for them as well.
@@ -1614,7 +1614,7 @@ EOF
       # the link line twice: once before the "normal" libs
       # (-lcygwin -luser32 -lkernel32 -ladvapi32 -lshell32) and
       # once AFTER those.  However, the "eliminate dup deps"
-      # proceedure keeps only the LAST duplicate -- thus
+      # procedure keeps only the LAST duplicate -- thus
       # messing up the order, since after dup elimination
       # -lgcc comes AFTER -lcygwin.  In normal C operation,
       # you don't notice the problem, because -lgcc isn't
@@ -2877,7 +2877,7 @@ EOF
          # This might be a little naive.  We might want to check
          # whether the library exists or not.  But this is on
          # osf3 & osf4 and I'm not really sure... Just
-         # implementing what was already the behaviour.
+         # implementing what was already the behavior.
          newdeplibs=$deplibs
          ;;
        test_compile)
@@ -2918,7 +2918,7 @@ EOF
              fi
            done
          else
-           # Error occured in the first compile.  Let's try to salvage
+           # Error occurred 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\(.*\)'`"
@@ -5184,7 +5184,7 @@ relink_command=\"$relink_command\""
        eval "export $shlibpath_var"
       fi
 
-      # Restore saved enviroment variables
+      # Restore saved environment variables
       if test "${save_LC_ALL+set}" = set; then
        LC_ALL="$save_LC_ALL"; export LC_ALL
       fi