From c4b78231596619a45246b6178f8de6ca553ddf6b Mon Sep 17 00:00:00 2001 From: Laszlo Papp Date: Mon, 28 Oct 2013 10:44:28 +0000 Subject: Fix a typo in the message printed to the stdout (creadersync) Change-Id: Ide7ab7b0841977f1132d243c82206edd85cc699a Reviewed-by: Denis Shienkov --- examples/serialport/creadersync/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples') 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; -- cgit v1.2.1