summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorLaszlo Papp <lpapp@kde.org>2013-10-28 10:44:28 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-10-28 12:08:54 +0100
commitc4b78231596619a45246b6178f8de6ca553ddf6b (patch)
treee2edbc587ccdf40f0d9da0819284d815a474f354 /examples
parent3b8a9efac07790cfbcabbf240c38ec16d85097fb (diff)
downloadqtserialport-c4b78231596619a45246b6178f8de6ca553ddf6b.tar.gz
Fix a typo in the message printed to the stdout (creadersync)
Change-Id: Ide7ab7b0841977f1132d243c82206edd85cc699a Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/serialport/creadersync/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/serialport/creadersync/main.cpp b/examples/serialport/creadersync/main.cpp
index af28519..856fa3d 100644
--- a/examples/serialport/creadersync/main.cpp
+++ b/examples/serialport/creadersync/main.cpp
@@ -104,7 +104,7 @@ int main(int argc, char *argv[])
return 1;
}
- standardOutput << QObject::tr("Data successfully reiceved from port %1").arg(serialPortName) << endl;
+ standardOutput << QObject::tr("Data successfully received from port %1").arg(serialPortName) << endl;
standardOutput << readData << endl;
return 0;