From 5a271a9290282e09149401486f88dc106dc65b71 Mon Sep 17 00:00:00 2001 From: Kai Pastor Date: Sun, 9 May 2021 19:48:42 +0200 Subject: [doc] Fix spelling errors (#17560) * [doc] Fix spelling errors in docs * [doc] Fix spelling errors in scripts * Bump version * x-add-version * Fix another typo * Rebuild --- .../vcpkg_android_example_cmake_script/cmake/vcpkg_android.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/examples/vcpkg_android_example_cmake_script/cmake') diff --git a/docs/examples/vcpkg_android_example_cmake_script/cmake/vcpkg_android.cmake b/docs/examples/vcpkg_android_example_cmake_script/cmake/vcpkg_android.cmake index ce6cc4a61..3f09b1114 100644 --- a/docs/examples/vcpkg_android_example_cmake_script/cmake/vcpkg_android.cmake +++ b/docs/examples/vcpkg_android_example_cmake_script/cmake/vcpkg_android.cmake @@ -57,7 +57,7 @@ if (VCPKG_TARGET_ANDROID) # |x64-android | x86_64 | # |x86-android | x86 | # - # The variable must be stored in the cache in order to successfuly the two toolchains. + # The variable must be stored in the cache in order to successfully the two toolchains. # if (ANDROID_ABI MATCHES "arm64-v8a") set(VCPKG_TARGET_TRIPLET "arm64-android" CACHE STRING "" FORCE) -- cgit v1.2.3