From c6cd43df27eb967404c10c1216c0f186fc03b226 Mon Sep 17 00:00:00 2001 From: Konstantin Ritt Date: Thu, 24 Jan 2019 15:58:16 +0300 Subject: LE/Android: trivial typo fixes Change-Id: I2202fa305f4c50e97ae7701096b2f8e0bb9b3daf Reviewed-by: Alex Blasche --- .../src/org/qtproject/qt5/android/bluetooth/QtBluetoothLE.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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) -- cgit v1.2.3