aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@theqtcompany.com>2015-10-07 16:45:00 +0200
committerTopi Reiniƶ <topi.reinio@digia.com>2015-10-21 13:18:47 +0000
commitb9f7ef65adabf37d8b18703c39a80cbd84775604 (patch)
treed46ea65a9fd112773967db7de51971660adc8a16 /src/qml/doc
parentfaf4c8631683a201e8e418993f8cb30f818b72a4 (diff)
Missing early n in co[n]version.
Change-Id: I7ca28b42797a8f0781706af4ffd3e8f0dac41aa3 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/qml/doc')
-rw-r--r--src/qml/doc/src/javascript/hostenvironment.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/doc/src/javascript/hostenvironment.qdoc b/src/qml/doc/src/javascript/hostenvironment.qdoc
index 3b1763bd50..e613c4fcfb 100644
--- a/src/qml/doc/src/javascript/hostenvironment.qdoc
+++ b/src/qml/doc/src/javascript/hostenvironment.qdoc
@@ -71,7 +71,7 @@ Note that QML makes the following modifications to native objects:
\list
\li An \l {String::arg}{arg()} function is added to the \l String prototype.
-\li Locale-aware coversion functions are added to the \l Date and \l Number prototypes.
+\li Locale-aware conversion functions are added to the \l Date and \l Number prototypes.
\endlist