diff options
author | David Faure <faure@kde.org> | 2016-09-02 16:27:30 +0200 |
---|---|---|
committer | David Faure <faure@kde.org> | 2016-09-02 16:36:18 +0200 |
commit | 42cbdc856588ac4adc79f28c3c91123aa5a7a307 (patch) | |
tree | 540fa73b7888b0d1313a934d2829bd10617158f4 | |
parent | 413eb26f5d9e7a7f174509f8a16d057d5c0e6578 (diff) | |
download | extra-cmake-modules-42cbdc856588ac4adc79f28c3c91123aa5a7a307.tar.gz extra-cmake-modules-42cbdc856588ac4adc79f28c3c91123aa5a7a307.tar.bz2 |
Android.cmake: fix typo in comment
-rw-r--r-- | toolchain/Android.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/Android.cmake b/toolchain/Android.cmake index 8e4405d1..dccb79fb 100644 --- a/toolchain/Android.cmake +++ b/toolchain/Android.cmake @@ -30,7 +30,7 @@ # ``ANDROID_NDK`` # The NSK root path. # ``ANDROID_SDK_ROOT`` -# The SSK root path. +# The SDK root path. # # Additional options are specified as cache variables (eg: on the command line): # |