summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/qbluetoothtransferreply_qnx.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/qbluetoothtransferreply_qnx.cpp')
-rw-r--r--src/bluetooth/qbluetoothtransferreply_qnx.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bluetooth/qbluetoothtransferreply_qnx.cpp b/src/bluetooth/qbluetoothtransferreply_qnx.cpp
index 5b40073c..fa8992d2 100644
--- a/src/bluetooth/qbluetoothtransferreply_qnx.cpp
+++ b/src/bluetooth/qbluetoothtransferreply_qnx.cpp
@@ -112,7 +112,7 @@ bool QBluetoothTransferReplyQnx::start()
file.remove();
}
else if (directory.exists(appName) && busy) {
- m_errorStr = QBluetoothTransferReply::tr("Resurce busy.");
+ m_errorStr = QBluetoothTransferReply::tr("Resource busy.");
m_error = QBluetoothTransferReply::ResourceBusyError;
m_finished = true;
m_running = false;
@@ -121,7 +121,7 @@ bool QBluetoothTransferReplyQnx::start()
return false;
}
if (!source->isReadable()) {
- m_errorStr = QBluetoothTransferReply::tr("QIODevice cannot be read."
+ m_errorStr = QBluetoothTransferReply::tr("QIODevice cannot be read. "
"Make sure it is open for reading.");
m_error = QBluetoothTransferReply::IODeviceNotReadableError;
m_finished = true;