summaryrefslogtreecommitdiffstats
path: root/examples/serialport/blockingmaster/masterthread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/serialport/blockingmaster/masterthread.cpp')
-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;
}