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.
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.