From 80b6557be3a23a5118ddf8c4b68bc28b66f52b49 Mon Sep 17 00:00:00 2001 From: Frank Meerkoetter <frank.meerkoetter@basyskom.com> Date: Mon, 21 Mar 2016 22:30:44 +0100 Subject: [PATCH] Spelling fix Change-Id: I4bcaa2d27d0ac4c9d3ed5fc3800392ba73e77a89 Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com> --- src/bluetooth/qbluetoothhostinfo.cpp | 4 ++-- 1 file 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) -- GitLab