]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi (Porting inter-library dependencies): Typos
authorAlexandre Oliva <oliva@dcc.unicamp.br>
Mon, 19 Jul 1999 11:44:01 +0000 (11:44 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Mon, 19 Jul 1999 11:44:01 +0000 (11:44 +0000)
Reported by Petter Reinholdtsen <pere@hungry.com>

ChangeLog
doc/libtool.texi

index 56b7cc5a695825d7084957b9b2b472cf734a82b3..cc37637c86103b4e06db75af595e2840ac351b77 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-07-19  Alexandre Oliva  <oliva@dcc.unicamp.br>
+
+       * doc/libtool.texi (Porting inter-library dependencies): Typos
+       Reported by Petter Reinholdtsen <pere@hungry.com>
+
 1999-07-17  Thomas Tanner  <tanner@ffii.org>
 
        * NEWS, TODO: updated (pic flags)
index a2193379a46665318922e6468e7a953767275e87..0c9e18837132a85898a736d58e806010f9ecec4c 100644 (file)
@@ -3648,7 +3648,7 @@ It causes deplibs to be reassigned deplibs="".  That way
 @samp{archive_cmds} can contain deplibs on all platforms, but not have
 deplibs used unless needed.
 
-@item unkwnon
+@item unknown
 @vindex unknown
 is the default for all systems unless overridden in @file{ltconfig.in}.
 It is the same as @samp{none}, but it documents that we really don't
@@ -3656,7 +3656,7 @@ know what the correct value should be, and we welcome patches that
 improve it.
 @end table
 
-Then in @file{ltmain.in} we have the real workhorse: a litle
+Then in @file{ltmain.in} we have the real workhorse: a little
 initialization and postprocessing (to setup/release variables for use
 with eval echo libname_spec etc.) and a case statement that decides
 which method is being used.  This is the real code... I wish I could