summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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;