diff options
| author | Thomas Fussell <thomas.fussell@gmail.com> | 2017-03-17 18:20:25 -0400 |
|---|---|---|
| committer | Thomas Fussell <thomas.fussell@gmail.com> | 2017-03-17 18:20:25 -0400 |
| commit | 3057f9e0f9ab31a82fa73eff8f184dd46b987bdb (patch) | |
| tree | 28ecbb9494ae7e5405b6a2d78b21a6c17f0b2cf8 | |
| parent | d821b0a28a7223d0b49745c53a3ff032fcb001c8 (diff) | |
| parent | c433841ef5bcb42b460b95b48c2d425ebd746e1a (diff) | |
| download | vcpkg-3057f9e0f9ab31a82fa73eff8f184dd46b987bdb.tar.gz vcpkg-3057f9e0f9ab31a82fa73eff8f184dd46b987bdb.zip | |
Merge branch 'master' of https://github.com/Microsoft/vcpkg
| -rw-r--r-- | toolsrc/src/commands_build.cpp | 2 |
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" |
