aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@digia.com>2014-03-24 13:24:24 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-25 08:05:14 +0100
commit5920c40e7fc0137e1de41621c87aeea7f67925c6 (patch)
tree69689d21bed3ce48d49144dd2c473ed203eb5706
parentdab18e6f5f58be5717b8efb4759d0e0712eb036d (diff)
Fix typo in calqlatr example doc.
Change-Id: I2c51ea35af7de4a2152840ebf3bfb64ec2ed8d89 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-rw-r--r--examples/quick/demos/calqlatr/doc/src/calqlatr.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick/demos/calqlatr/doc/src/calqlatr.qdoc b/examples/quick/demos/calqlatr/doc/src/calqlatr.qdoc
index 7217c7d806..533ba99f7a 100644
--- a/examples/quick/demos/calqlatr/doc/src/calqlatr.qdoc
+++ b/examples/quick/demos/calqlatr/doc/src/calqlatr.qdoc
@@ -32,6 +32,6 @@
\brief A simple calculator app, designed for portrait devices.
\image qtquick-demo-calqlatr.png
- This app has the logic implemented in Javascipt and the appearance implemented in QML.
+ This app has the logic implemented in JavaScript and the appearance implemented in QML.
*/