summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFrank Meerkoetter <frank.meerkoetter@basyskom.com>2016-03-21 22:30:44 +0100
committerAlex Blasche <alexander.blasche@theqtcompany.com>2016-03-23 13:51:37 +0000
commit80b6557be3a23a5118ddf8c4b68bc28b66f52b49 (patch)
treed80cd320f992bf904fc79f907d962dfca14f4fb2 /src
parentcd151c723f6c7f3f41e4ccf0bbbf412a92a6747c (diff)
Spelling fix
Change-Id: I4bcaa2d27d0ac4c9d3ed5fc3800392ba73e77a89 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'src')
-rw-r--r--src/bluetooth/qbluetoothhostinfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetoothhostinfo.cpp b/src/bluetooth/qbluetoothhostinfo.cpp
index f3671695..1785390e 100644
--- a/src/bluetooth/qbluetoothhostinfo.cpp
+++ b/src/bluetooth/qbluetoothhostinfo.cpp
@@ -48,7 +48,7 @@ QT_BEGIN_NAMESPACE
*/
/*!
- Constrcuts a null QBluetoothHostInfo object.
+ Constructs a null QBluetoothHostInfo object.
*/
QBluetoothHostInfo::QBluetoothHostInfo() :
d_ptr(new QBluetoothHostInfoPrivate)
@@ -56,7 +56,7 @@ QBluetoothHostInfo::QBluetoothHostInfo() :
}
/*!
- Constrcuts a new QBluetoothHostInfo which is a copy of \a other.
+ Constructs a new QBluetoothHostInfo which is a copy of \a other.
*/
QBluetoothHostInfo::QBluetoothHostInfo(const QBluetoothHostInfo &other) :
d_ptr(new QBluetoothHostInfoPrivate)