From 891a840ffa22d7d2631a0c67ec4f0b001e1c19ed Mon Sep 17 00:00:00 2001 From: Maher Jendoubi Date: Thu, 9 Jan 2020 23:31:48 +0100 Subject: [PATCH] Contributing: Fix a typo (#9566) --- toolsrc/src/vcpkg/build.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolsrc/src/vcpkg/build.cpp b/toolsrc/src/vcpkg/build.cpp index 2037e8d263..451f72445e 100644 --- a/toolsrc/src/vcpkg/build.cpp +++ b/toolsrc/src/vcpkg/build.cpp @@ -662,7 +662,7 @@ namespace vcpkg::Build std::vector 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