mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 07:29:07 +08:00
[vcpkg] Fix typo
This commit is contained in:
parent
5fb5f65ccd
commit
3c34cca36a
@ -151,7 +151,7 @@ namespace vcpkg::Commands::Remove
|
||||
|
||||
if (specs.empty())
|
||||
{
|
||||
System::println(System::Color::success, "There are no oudated packages.");
|
||||
System::println(System::Color::success, "There are no outdated packages.");
|
||||
Checks::exit_success(VCPKG_LINE_INFO);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user