aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_build.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-03-17 14:55:46 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-03-17 14:55:46 -0700
commitc433841ef5bcb42b460b95b48c2d425ebd746e1a (patch)
treeaa781c4173e946f642b568428460d1f116cbf789 /toolsrc/src/commands_build.cpp
parent01b1e39c6a006adba7b9cf2af758be679d0b7eb9 (diff)
downloadvcpkg-c433841ef5bcb42b460b95b48c2d425ebd746e1a.tar.gz
vcpkg-c433841ef5bcb42b460b95b48c2d425ebd746e1a.zip
Fix error message
Diffstat (limited to 'toolsrc/src/commands_build.cpp')
-rw-r--r--toolsrc/src/commands_build.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_build.cpp b/toolsrc/src/commands_build.cpp
index 5ad39ae63..8e73dde3b 100644
--- a/toolsrc/src/commands_build.cpp
+++ b/toolsrc/src/commands_build.cpp
@@ -112,7 +112,7 @@ namespace vcpkg::Commands::Build
std::string create_user_troubleshooting_message(const package_spec& spec)
{
- return Strings::format("Please ensure sure you're using the latest portfiles with `.\\vcpkg update`, then\n"
+ return Strings::format("Please ensure you're using the latest portfiles with `.\\vcpkg update`, then\n"
"submit an issue at https://github.com/Microsoft/vcpkg/issues including:\n"
" Package: %s\n"
" Vcpkg version: %s\n"