Fix typos

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-04-12 23:15:21 -07:00
parent ac2ceeafb7
commit d15a0bc277
2 changed files with 2 additions and 2 deletions

View file

@ -266,7 +266,7 @@ static dc_status_t qt_serial_open(dc_custom_io_t *io, dc_context_t *context, con
(LPSOCKADDR) &socketBthAddress,
&socketBthAddressBth
) != 0) {
qDebug() << "FAiled to convert the address " << address;
qDebug() << "Failed to convert the address " << address;
free(address);
return DC_STATUS_IO;