fixed typo in warning message (#2773)

This commit is contained in:
ChrisBFX 2018-02-10 23:05:50 +01:00 committed by Robert Schumacher
parent 641128c603
commit 9d97db3daa

View File

@ -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());