summaryrefslogtreecommitdiffstats
path: root/core/qtserialbluetooth.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-04-12 23:15:21 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-04-13 17:07:42 -0700
commitd15a0bc2770ad7ee40c10d5dbe4957236d4ebc1d (patch)
treed3165e0be5174b94e2f4aad82b7597f6bdc9364d /core/qtserialbluetooth.cpp
parentac2ceeafb73f95713aa8ca3d90103f11a546c6dc (diff)
downloadsubsurface-d15a0bc2770ad7ee40c10d5dbe4957236d4ebc1d.tar.gz
Fix typos
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
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 fecd58a08..cb2cb5935 100644
--- a/core/qtserialbluetooth.cpp
+++ b/core/qtserialbluetooth.cpp
@@ -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;