From: Jonathan Wakely Date: Mon, 15 Mar 2021 13:38:08 +0000 (+0000) Subject: docs: Fix typo in 'Linking Libraries' section X-Git-Tag: v2.5.0~68 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26bbdd6fbe369a67a9c50c6f9efe0fa673d1628c;p=thirdparty%2Flibtool.git docs: Fix typo in 'Linking Libraries' section * doc/libtool.texi: Fix typo. --- diff --git a/doc/libtool.texi b/doc/libtool.texi index 4e0ae542d..03076cf87 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -651,7 +651,7 @@ also that we need to add @option{-lm} to the link command line because libtool}). Another complication in building shared libraries is that we need to -specify the path to the directory wher they will (eventually) be +specify the path to the directory where they will (eventually) be installed (in this case, @file{/usr/local/lib})@footnote{If you don't specify an @code{rpath}, then libtool builds a libtool convenience archive, not a shared library (@pxref{Static libraries}).}: