aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg_Environment.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-02-14 15:27:37 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-02-14 15:27:37 -0800
commita5181331653592afcd6223140722ecbcfa58c94d (patch)
tree435f8172dfd3fc13c83cf275df59f0cf85e314fc /toolsrc/src/vcpkg_Environment.cpp
parent0d47ce63ed1cc5159a038de0a8446e3828b8aeeb (diff)
downloadvcpkg-a5181331653592afcd6223140722ecbcfa58c94d.tar.gz
vcpkg-a5181331653592afcd6223140722ecbcfa58c94d.zip
Fix typo
Diffstat (limited to 'toolsrc/src/vcpkg_Environment.cpp')
-rw-r--r--toolsrc/src/vcpkg_Environment.cpp2
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)
{