diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-14 15:27:37 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-14 15:27:37 -0800 |
| commit | a5181331653592afcd6223140722ecbcfa58c94d (patch) | |
| tree | 435f8172dfd3fc13c83cf275df59f0cf85e314fc | |
| parent | 0d47ce63ed1cc5159a038de0a8446e3828b8aeeb (diff) | |
| download | vcpkg-a5181331653592afcd6223140722ecbcfa58c94d.tar.gz vcpkg-a5181331653592afcd6223140722ecbcfa58c94d.zip | |
Fix typo
| -rw-r--r-- | toolsrc/src/vcpkg_Environment.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/vcpkg_Environment.cpp b/toolsrc/src/vcpkg_Environment.cpp index 772213695..c9d844033 100644 --- a/toolsrc/src/vcpkg_Environment.cpp +++ b/toolsrc/src/vcpkg_Environment.cpp @@ -191,7 +191,7 @@ namespace vcpkg::Environment return { vs2015_vcvarsall_bat, L"v140" }; } - System::println(System::color::error, "Could not detect vccarsall.bat."); + System::println(System::color::error, "Could not detect vcvarsall.bat."); System::println("The following paths were examined:"); for (const fs::path& path : paths_examined) { |
