]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
docs: Fix typo in 'Linking Libraries' section
authorJonathan Wakely <jwakely@redhat.com>
Mon, 15 Mar 2021 13:38:08 +0000 (13:38 +0000)
committerMike Frysinger <vapier@gentoo.org>
Sun, 14 Jan 2024 06:20:44 +0000 (01:20 -0500)
* doc/libtool.texi: Fix typo.

doc/libtool.texi

index 4e0ae542d96e5837d32a3f623b3762552e411fa4..03076cf87fbe59a3a1d51f3228032d5fe06f449d 100644 (file)
@@ -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}).}: