From e762fd2d416cbe77669a83e302709aa3fbda68f7 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sun, 19 Nov 2017 13:28:57 +0100 Subject: Fix typo: successfull -> successful and succesfully -> successfully Signed-off-by: Berthold Stoeger --- core/qtserialbluetooth.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/qtserialbluetooth.cpp') 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); -- cgit v1.2.3-70-g09d2