summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Wolff <oliver.wolff@qt.io>2016-05-20 08:18:18 +0200
committerTimur Pocheptsov <timur.pocheptsov@theqtcompany.com>2016-05-20 07:36:47 +0000
commit2cdc2938b44448b8d07cc229282d26d3bca3ee91 (patch)
tree5726833e98bcfe43935e5729a23648001b9a706c
parent09fc24e2b1956d0b877ea82ea30866b30a0ec3d4 (diff)
tst_qlowenergycontroller.cpp: Fixed typo
Change-Id: Ib6dc3ae3237f4dfcb158f053276ffc4e378acf43 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
-rw-r--r--tests/auto/qlowenergycontroller/tst_qlowenergycontroller.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qlowenergycontroller/tst_qlowenergycontroller.cpp b/tests/auto/qlowenergycontroller/tst_qlowenergycontroller.cpp
index 60e5c9f1..423132a8 100644
--- a/tests/auto/qlowenergycontroller/tst_qlowenergycontroller.cpp
+++ b/tests/auto/qlowenergycontroller/tst_qlowenergycontroller.cpp
@@ -349,7 +349,7 @@ void tst_QLowEnergyController::tst_connect()
// initiate characteristic discovery
foreach (QLowEnergyService *service, savedReferences) {
- qDebug() << "Discoverying" << service->serviceUuid();
+ qDebug() << "Discovering" << service->serviceUuid();
QSignalSpy stateSpy(service,
SIGNAL(stateChanged(QLowEnergyService::ServiceState)));
QSignalSpy errorSpy(service, SIGNAL(error(QLowEnergyService::ServiceError)));