aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_remove.cpp
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-08-23 16:16:31 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-08-23 16:16:31 -0700
commit3c34cca36adfce1d3388b30e643294be58b3ec8f (patch)
treed7082a341ba76f7623f11da6d46cda5bd65305c2 /toolsrc/src/commands_remove.cpp
parent5fb5f65ccd8d9cfead29d283a75a0e7acd77ced1 (diff)
downloadvcpkg-3c34cca36adfce1d3388b30e643294be58b3ec8f.tar.gz
vcpkg-3c34cca36adfce1d3388b30e643294be58b3ec8f.zip
[vcpkg] Fix typo
Diffstat (limited to 'toolsrc/src/commands_remove.cpp')
-rw-r--r--toolsrc/src/commands_remove.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_remove.cpp b/toolsrc/src/commands_remove.cpp
index e480f02dd..db5357514 100644
--- a/toolsrc/src/commands_remove.cpp
+++ b/toolsrc/src/commands_remove.cpp
@@ -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);
}
}