diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-08-23 16:16:31 -0700 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2017-08-23 16:16:31 -0700 |
| commit | 3c34cca36adfce1d3388b30e643294be58b3ec8f (patch) | |
| tree | d7082a341ba76f7623f11da6d46cda5bd65305c2 /toolsrc/src/commands_remove.cpp | |
| parent | 5fb5f65ccd8d9cfead29d283a75a0e7acd77ced1 (diff) | |
| download | vcpkg-3c34cca36adfce1d3388b30e643294be58b3ec8f.tar.gz vcpkg-3c34cca36adfce1d3388b30e643294be58b3ec8f.zip | |
[vcpkg] Fix typo
Diffstat (limited to 'toolsrc/src/commands_remove.cpp')
| -rw-r--r-- | toolsrc/src/commands_remove.cpp | 2 |
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); } } |
