Fix typo: successfull -> successful and succesfully -> successfully

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2017-11-19 13:28:57 +01:00 committed by Jan Mulder
parent 8ed53ab5a6
commit e762fd2d41
3 changed files with 4 additions and 4 deletions

View file

@ -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);