diff options
author | Robert Loehning <robert.loehning@qt.io> | 2018-10-22 16:34:31 +0200 |
---|---|---|
committer | Robert Loehning <robert.loehning@qt.io> | 2018-10-23 09:30:20 +0000 |
commit | 4032f6383a411768ddf6e6059aaed6c552fb65da (patch) | |
tree | e485758f1f508e8309a53b83090c6023988cd5b4 /src/plugins/android/androidmanager.cpp | |
parent | 7ae7f921aba238c0dc195c2c3dbd934e4e609f9d (diff) | |
download | qt-creator-4032f6383a411768ddf6e6059aaed6c552fb65da.tar.gz |
Fix frequent typo
can not -> cannot
Change-Id: Ie872ada1bc9b4ed64bffb667c2e44dbb13b4ad11
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/plugins/android/androidmanager.cpp')
-rw-r--r-- | src/plugins/android/androidmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/android/androidmanager.cpp b/src/plugins/android/androidmanager.cpp index eb453c7476..2ce812d675 100644 --- a/src/plugins/android/androidmanager.cpp +++ b/src/plugins/android/androidmanager.cpp @@ -218,7 +218,7 @@ QString AndroidManager::activityName(ProjectExplorer::Target *target) /*! Returns the minimum Android API level set for the APK. Minimum API level - of the kit is returned if the manifest file of the APK can not be found + of the kit is returned if the manifest file of the APK cannot be found or parsed. */ int AndroidManager::minimumSDK(ProjectExplorer::Target *target) |