]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* doc/libtool.texi (Platform quirks): Fix typo.
authorPeter Rosin <peda@lysator.liu.se>
Mon, 1 Nov 2010 07:11:34 +0000 (08:11 +0100)
committerPeter Rosin <peda@lysator.liu.se>
Mon, 1 Nov 2010 07:15:16 +0000 (08:15 +0100)
ChangeLog
doc/libtool.texi

index f6be7e4a2e2e7dc499fbd8931390227d3860cc98..d3ecba7d8e6c16e7c7ee3d2a0b1d7c9a5a7972c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-11-01  Peter Rosin  <peda@lysator.liu.se>
+
+       * doc/libtool.texi (Platform quirks): Fix typo.
+
 2010-10-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        docs: mention shell requirement for libtool script.
index fa8d0d193a336eb2cf81e9c581ad3aca93e3fb5e..152d491073f235a5eb066e85dbb5b81fe396ba3d 100644 (file)
@@ -5970,7 +5970,7 @@ launch the MinGW application from GNU/Linux.  However, the wrapper executable,
 as a host platform (MinGW) application, must set the @env{PATH} variable so
 that the true application's dependent libraries can be located---but the
 contents of the @env{PATH} variable must be structured for MinGW.  Libtool
-must use the Wine file name mapping facilities to determined the correct value
+must use the Wine file name mapping facilities to determine the correct value
 so that the wrapper executable can set the @env{PATH} variable to point to the
 correct location.