aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
diff options
context:
space:
mode:
authorChrisBFX <chris@swollen-eyeballs.org>2018-02-10 23:05:50 +0100
committerRobert Schumacher <roschuma@microsoft.com>2018-02-10 14:05:50 -0800
commit9d97db3daa08168bcc4e9ac61af1df73d85ab649 (patch)
tree08aac80b5e20a02ffb4af579f601e84906f0a5eb /toolsrc/src
parent641128c6039a5a251e7da470f164e8a9c98a1b02 (diff)
downloadvcpkg-9d97db3daa08168bcc4e9ac61af1df73d85ab649.tar.gz
vcpkg-9d97db3daa08168bcc4e9ac61af1df73d85ab649.zip
fixed typo in warning message (#2773)
Diffstat (limited to 'toolsrc/src')
-rw-r--r--toolsrc/src/vcpkg/vcpkgpaths.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/vcpkg/vcpkgpaths.cpp b/toolsrc/src/vcpkg/vcpkgpaths.cpp
index e6daedcd4..06e0c01ab 100644
--- a/toolsrc/src/vcpkg/vcpkgpaths.cpp
+++ b/toolsrc/src/vcpkg/vcpkgpaths.cpp
@@ -524,7 +524,7 @@ namespace vcpkg
{
System::println(
System::Color::warning,
- "Warning: The following VS instances are exluded because the English language pack is unavailable.");
+ "Warning: The following VS instances are excluded because the English language pack is unavailable.");
for (const Toolset& toolset : excluded_toolsets)
{
System::println(" %s", toolset.visual_studio_root_path.u8string());