diff options
| author | Maher Jendoubi <maher.jendoubi@gmail.com> | 2020-01-09 23:31:48 +0100 |
|---|---|---|
| committer | dan-shaw <51385773+dan-shaw@users.noreply.github.com> | 2020-01-09 14:31:48 -0800 |
| commit | 891a840ffa22d7d2631a0c67ec4f0b001e1c19ed (patch) | |
| tree | 8f9b37d0f786da2ee142006e971e7dccfd938c06 | |
| parent | 7b61b7b515cc077e2ce76505cad94c4268ef2bb4 (diff) | |
| download | vcpkg-891a840ffa22d7d2631a0c67ec4f0b001e1c19ed.tar.gz vcpkg-891a840ffa22d7d2631a0c67ec4f0b001e1c19ed.zip | |
Contributing: Fix a typo (#9566)
| -rw-r--r-- | toolsrc/src/vcpkg/build.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/vcpkg/build.cpp b/toolsrc/src/vcpkg/build.cpp index 2037e8d26..451f72445 100644 --- a/toolsrc/src/vcpkg/build.cpp +++ b/toolsrc/src/vcpkg/build.cpp @@ -662,7 +662,7 @@ namespace vcpkg::Build std::vector<AbiEntry> abi_tag_entries(dependency_abis.begin(), dependency_abis.end());
// Sorted here as the order of dependency_abis is the only
- // non-deterministicly ordered set of AbiEntries
+ // non-deterministically ordered set of AbiEntries
Util::sort(abi_tag_entries);
// If there is an unusually large number of files in the port then
|
