summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2010-02-01 01:09:25 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2010-02-01 01:09:25 (GMT)
commitc1ff07502cde66ccf4c1fc86b3ad2eac66fbea40 (patch)
tree08873eb4939ed0f419d1e2af356b79f91abdb624
parent56779ad993c9ea72689921f1b7b0942721fe5648 (diff)
downloadQt-c1ff07502cde66ccf4c1fc86b3ad2eac66fbea40.zip
Qt-c1ff07502cde66ccf4c1fc86b3ad2eac66fbea40.tar.gz
Qt-c1ff07502cde66ccf4c1fc86b3ad2eac66fbea40.tar.bz2
doc
-rw-r--r--src/declarative/qml/qmlmoduleplugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/declarative/qml/qmlmoduleplugin.cpp b/src/declarative/qml/qmlmoduleplugin.cpp
index 446c7bc..3346ec7 100644
--- a/src/declarative/qml/qmlmoduleplugin.cpp
+++ b/src/declarative/qml/qmlmoduleplugin.cpp
@@ -61,7 +61,7 @@ QT_BEGIN_NAMESPACE
The plugin should register QML types with QML_DEFINE_TYPE.
- The strings returned by keys() should be the list of URIs of module
+ The strings returned by keys() should be the list of URIs of modules
that the plugin registers.
\sa examples/declarative/plugins