[vcpkg] Fix typo

This commit is contained in:
Robert Schumacher 2017-08-23 16:16:31 -07:00
parent 5fb5f65ccd
commit 3c34cca36a

View File

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