diff options
Diffstat (limited to 'docs/examples/vcpkg_android_example_cmake_script')
| -rw-r--r-- | docs/examples/vcpkg_android_example_cmake_script/cmake/vcpkg_android.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
