From 7885beec154e9a89f55c028e10ef632592d7bf57 Mon Sep 17 00:00:00 2001 From: Frederik Gladhorn Date: Wed, 18 Sep 2019 09:21:20 +0200 Subject: [PATCH] Fix typo in CMake Android setup instructions Change-Id: I793283080dbd8e208c136e368036721a00e9fee2 Reviewed-by: Simon Hausmann Reviewed-by: Liang Qi --- cmake/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/README.md b/cmake/README.md index 5d9d789beaa..5739b900f73 100644 --- a/cmake/README.md +++ b/cmake/README.md @@ -187,7 +187,7 @@ Vcpkg for Android can be set up using the following steps: * ```git clone -b qt https://github.com/tronical/vcpkg``` * Run ```bootstrap-vcpkg.bat``` or ```bootstrap-vcpkg.sh``` - * Set the ``VCPKG_DEFAULT_TRIPLET`` environment variable to on of the following values: + * Set the ``VCPKG_DEFAULT_TRIPLET`` environment variable to one of the following values: * ``arm-android`` (armeabi-v7a) * ``arm64-android`` (arm64v8) * ``x86-android`` (x86)