From: Jan Engelhardt Date: Mon, 28 Jan 2013 16:15:38 +0000 (+0100) Subject: doc: fix an orthographic error X-Git-Tag: v2.4.2.418~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f67a13c5a01b6890c49b6370e0b37dcffe774d6d;p=thirdparty%2Flibtool.git doc: fix an orthographic error * doc/libtool.texi (Install mode): Ensure, not insure. Signed-off-by: Peter Rosin --- diff --git a/doc/libtool.texi b/doc/libtool.texi index f7787f6b3..c06ddaae0 100644 --- a/doc/libtool.texi +++ b/doc/libtool.texi @@ -1696,7 +1696,7 @@ not libdir='/tmp/usr/local/lib' @end example -@code{inst-prefix} is also used to insure that if the installed +@code{inst-prefix} is also used to ensure that if the installed object must be relinked upon installation, that it is relinked against the libraries in @var{inst-prefix-dir}/@code{prefix}, not @code{prefix}.