mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 11:07:10 +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::println(
|
||||||
System::Color::warning,
|
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)
|
for (const Toolset& toolset : excluded_toolsets)
|
||||||
{
|
{
|
||||||
System::println(" %s", toolset.visual_studio_root_path.u8string());
|
System::println(" %s", toolset.visual_studio_root_path.u8string());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user