diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-05-16 15:30:26 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-05-16 15:34:13 -0700 |
| commit | f69cce7051e4404e19fe8c049c23c4678fe8b3d4 (patch) | |
| tree | 95617678b77d1b94596db4884fe8afdac8aa9e98 /toolsrc/include | |
| parent | 9b758690cdc573373b1f4d0ec45d186d5299412d (diff) | |
| download | vcpkg-f69cce7051e4404e19fe8c049c23c4678fe8b3d4.tar.gz vcpkg-f69cce7051e4404e19fe8c049c23c4678fe8b3d4.zip | |
Fix typo
Diffstat (limited to 'toolsrc/include')
| -rw-r--r-- | toolsrc/include/vcpkg/commands.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/include/vcpkg/commands.h b/toolsrc/include/vcpkg/commands.h index 708151dce..21e77aa52 100644 --- a/toolsrc/include/vcpkg/commands.h +++ b/toolsrc/include/vcpkg/commands.h @@ -139,7 +139,7 @@ namespace vcpkg::Commands namespace Fetch { - std::vector<Toolset> find_toolset_instances_prefered_first(const VcpkgPaths& paths); + std::vector<Toolset> find_toolset_instances_preferred_first(const VcpkgPaths& paths); fs::path get_tool_path(const VcpkgPaths& paths, const std::string& tool); void perform_and_exit(const VcpkgCmdArguments& args, const VcpkgPaths& paths); } |
