summaryrefslogtreecommitdiffstats
path: root/src/android
diff options
context:
space:
mode:
authorKonstantin Ritt <ritt.ks@gmail.com>2019-01-24 15:58:16 +0300
committerKonstantin Ritt <ritt.ks@gmail.com>2019-01-25 12:56:37 +0000
commitc6cd43df27eb967404c10c1216c0f186fc03b226 (patch)
treed9c4cb963c5d7aafb46e9b91c93eca26a0b79a05 /src/android
parent1bba2694302b7200d62d715827f20e8f830d9e03 (diff)
LE/Android: trivial typo fixes
Change-Id: I2202fa305f4c50e97ae7701096b2f8e0bb9b3daf Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/android')
-rw-r--r--src/android/bluetooth/src/org/qtproject/qt5/android/bluetooth/QtBluetoothLE.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/android/bluetooth/src/org/qtproject/qt5/android/bluetooth/QtBluetoothLE.java b/src/android/bluetooth/src/org/qtproject/qt5/android/bluetooth/QtBluetoothLE.java
index 4063537b..dc48514a 100644
--- a/src/android/bluetooth/src/org/qtproject/qt5/android/bluetooth/QtBluetoothLE.java
+++ b/src/android/bluetooth/src/org/qtproject/qt5/android/bluetooth/QtBluetoothLE.java
@@ -532,7 +532,7 @@ public class QtBluetoothLE {
}
try {
- // BluetoothDevice.,connectGatt(Context, boolean, BluetoothGattCallback, int) was
+ // BluetoothDevice.connectGatt(Context, boolean, BluetoothGattCallback, int) was
// officially introduced by Android API v23. Earlier Android versions have a private
// implementation already though. Let's check at runtime and use it if possible.
//
@@ -1126,7 +1126,7 @@ public class QtBluetoothLE {
return true;
}
- // Called by TimeoutRunnable if the current I/O job timeoutd out.
+ // Called by TimeoutRunnable if the current I/O job timed out.
// By the time we reach this point the handleForTimeout counter has already been reset
// and the regular responses will be blocked off.
private void interruptCurrentIO(int handle)