summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2016-04-13 15:03:16 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2016-04-13 13:05:55 +0000
commitdedff12a896d51c469d2af82664b86a10f8fa7fe (patch)
tree00d36806ccd1e7c0dca4656491fd618a5d48a71a
parent9e58b52f6ba0e5cdbcb305175198f07db27b59bd (diff)
Fix typo in Android permission name
Task-number: QTBUG-52530 Change-Id: I6ae41b3f8998ffc18d8b8205c6bbe788e8c4898b Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-rw-r--r--src/bluetooth/qbluetoothdevicediscoveryagent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bluetooth/qbluetoothdevicediscoveryagent.cpp b/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
index 1dbe26b3..c56b0530 100644
--- a/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
+++ b/src/bluetooth/qbluetoothdevicediscoveryagent.cpp
@@ -65,7 +65,7 @@ QT_BEGIN_NAMESPACE
On platforms with this limitation (for example iOS only suports Low Energy discovery),
the discovery process will limit the search to the type which is supported.
- \note Since Android 6.0 the ability to detect devices requires ACCESS_COURSE_LOCATION.
+ \note Since Android 6.0 the ability to detect devices requires ACCESS_COARSE_LOCATION.
*/
/*!