mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
fixed typo in warning message (#2773)
This commit is contained in:
parent
641128c603
commit
9d97db3daa
@ -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());
|
||||
|
Loading…
x
Reference in New Issue
Block a user