summaryrefslogtreecommitdiff
path: root/bootstrap.bat
diff options
context:
space:
mode:
authorRene Rivera <grafikrobot@gmail.com>2015-08-05 10:20:35 -0500
committerRene Rivera <grafikrobot@gmail.com>2015-08-05 10:20:35 -0500
commit51e693134f5c354f2694fe89d14421c85bfacf31 (patch)
tree172b3073b9a46cb6448e55c9a43291c15d67d1df /bootstrap.bat
parentc3864a80359bbdfc359193fe09f9c6c96a26692d (diff)
downloadboost-51e693134f5c354f2694fe89d14421c85bfacf31.tar.gz
Merge outstanding develop changes (as appropriate).
Diffstat (limited to 'bootstrap.bat')
-rw-r--r--bootstrap.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.bat b/bootstrap.bat
index a32076d610..2995907f62 100644
--- a/bootstrap.bat
+++ b/bootstrap.bat
@@ -32,7 +32,7 @@ goto :bjam_failure
:bjam_built
REM Ideally, we should obtain the toolset that build.bat has
-REM guessed. However, it uses setlocal at the start and does
+REM guessed. However, it uses setlocal at the start and does not
REM export BOOST_JAM_TOOLSET, and I don't know how to do that
REM properly. Default to msvc for now.
set toolset=msvc
@@ -67,7 +67,7 @@ goto :end
ECHO.
ECHO Failed to build Boost.Build engine.
-ECHO Please consult bootstrap.log for furter diagnostics.
+ECHO Please consult bootstrap.log for further diagnostics.
ECHO.
ECHO You can try to obtain a prebuilt binary from
ECHO.