]> git.lizzy.rs Git - rust.git/commitdiff
fix a misspelling in the configure script
authorEvan Klitzke <evan@eklitzke.org>
Thu, 25 Sep 2014 23:40:10 +0000 (16:40 -0700)
committerEvan Klitzke <evan@eklitzke.org>
Thu, 25 Sep 2014 23:40:10 +0000 (16:40 -0700)
configure

index 716bf61f977f2196560d76e43c3b4fb6670788f3..e79fec14a5c903c85a35cee4597fecf6ee557ab8 100755 (executable)
--- a/configure
+++ b/configure
@@ -458,7 +458,7 @@ valopt release-channel "source" "the name of the release channel to build"
 # On windows we just store the libraries in the bin directory because
 # there's no rpath. This is where the build system itself puts libraries;
 # --libdir is used to configure the installation directory.
-# FIXME: Thise needs to parameterized over target triples. Do it in platform.mk
+# FIXME: This needs to parameterized over target triples. Do it in platform.mk
 CFG_LIBDIR_RELATIVE=lib
 if [ "$CFG_OSTYPE" = "pc-mingw32" ] || [ "$CFG_OSTYPE" = "w64-mingw32" ]
 then