summaryrefslogtreecommitdiffstats
path: root/examples/serialport/blockingmaster
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-10-24 14:06:47 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-24 15:49:43 +0200
commitc872f638199575e63d1b18b204da67ce64c9a020 (patch)
tree57f5fed6ef6518ac941178c2b73af7a27a4d5c2f /examples/serialport/blockingmaster
parentdea0a877f8905517b64c92ad0ea3f9f40d3859a3 (diff)
Fix a typo in the examples (patity -> parity)
Change-Id: I92b6fbe5fbc1a402919a8339086f495e351ca6dc Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Sergey Belyashov <Sergey.Belyashov@gmail.com>
Diffstat (limited to 'examples/serialport/blockingmaster')
-rw-r--r--examples/serialport/blockingmaster/masterthread.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/serialport/blockingmaster/masterthread.cpp b/examples/serialport/blockingmaster/masterthread.cpp
index 061ddd6e..5f28e82d 100644
--- a/examples/serialport/blockingmaster/masterthread.cpp
+++ b/examples/serialport/blockingmaster/masterthread.cpp
@@ -123,7 +123,7 @@ void MasterThread::run()
}
if (!serial.setParity(QSerialPort::NoParity)) {
- emit error(tr("Can't set no patity to port %1, error code %2")
+ emit error(tr("Can't set no parity to port %1, error code %2")
.arg(portName).arg(serial.error()));
return;
}