summaryrefslogtreecommitdiffstats
path: root/core/qtserialbluetooth.cpp
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2017-11-19 13:28:57 +0100
committerGravatar Jan Mulder <jlmulder@xs4all.nl>2017-11-20 10:01:15 +0100
commite762fd2d416cbe77669a83e302709aa3fbda68f7 (patch)
treeda02d31582f574c472e459d5ba307dd5526746a4 /core/qtserialbluetooth.cpp
parent8ed53ab5a6ef9c6aa1394e6b854f5deda7e4e303 (diff)
downloadsubsurface-e762fd2d416cbe77669a83e302709aa3fbda68f7.tar.gz
Fix typo: successfull -> successful and succesfully -> successfully
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'core/qtserialbluetooth.cpp')
-rw-r--r--core/qtserialbluetooth.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/qtserialbluetooth.cpp b/core/qtserialbluetooth.cpp
index a6baae9f7..54a21d037 100644
--- a/core/qtserialbluetooth.cpp
+++ b/core/qtserialbluetooth.cpp
@@ -290,7 +290,7 @@ static dc_status_t qt_serial_open(dc_custom_io_t *io, dc_context_t *context, con
return DC_STATUS_NODEVICE;
}
- qDebug() << "Succesfully connected to device";
+ qDebug() << "Successfully connected to device";
#else
// Create a RFCOMM socket
serial_port->socket = new QBluetoothSocket(QBluetoothServiceInfo::RfcommProtocol);