]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi (Reloadable objects): Fix typo, reported by
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 29 Nov 2004 16:58:53 +0000 (16:58 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 29 Nov 2004 16:58:53 +0000 (16:58 +0000)
rsc@merit.edu.

ChangeLog
doc/libtool.texi

index 41608f4c534bd3b4cd2a47507d2de4fe74fec2f5..0bed083188ff8ed0426ed606c5e420c1d2aacc27 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-11-29   Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
+       * doc/libtool.texi (Reloadable objects): Fix typo, reported by
+       rsc@merit.edu.
+
        * ltmain.in: Allow some compiler/linker flags through unchecked.
        Backport of patch `2004-09-14 Albert Chin-A-Young' from branch-2-0.
 
index c03ec084d8156640e4fa8350c984cf80462120a9..77a21e80e1d23a5cd6abb53aceb3d68ee422c8fc 100644 (file)
@@ -4266,7 +4266,7 @@ to listed after those libraries whose symbols they provide.
 Particularly, if a pair of static archives each resolve some of the
 other's symbols, it might be necessary to list one of those archives
 both before and after the other one.  Libtool does not currently cope
-with this situation well, since dupicate libraries are removed from
+with this situation well, since duplicate libraries are removed from
 the link line by default.  Libtool provides the command line option
 @samp{--preserve-dup-deps} to preserve all duplicate dependencies
 in cases where it is necessary.