diff options
author | David Boddie <david.boddie@nokia.com> | 2011-03-15 14:55:08 (GMT) |
---|---|---|
committer | David Boddie <david.boddie@nokia.com> | 2011-03-15 14:55:08 (GMT) |
commit | 8b5eae8f21410435248240bcb9bc3ae203e2d587 (patch) | |
tree | 25e563754ad861caa384896c3f619e72630f6eb2 /tools/qdoc3 | |
parent | 1b87e4690da4073677df1741712c71b97f2dd1f0 (diff) | |
download | Qt-8b5eae8f21410435248240bcb9bc3ae203e2d587.zip Qt-8b5eae8f21410435248240bcb9bc3ae203e2d587.tar.gz Qt-8b5eae8f21410435248240bcb9bc3ae203e2d587.tar.bz2 |
Doc: Fixed typo.
Diffstat (limited to 'tools/qdoc3')
-rw-r--r-- | tools/qdoc3/qmlcodeparser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qdoc3/qmlcodeparser.cpp b/tools/qdoc3/qmlcodeparser.cpp index 9c1d4ee..93a3ff9 100644 --- a/tools/qdoc3/qmlcodeparser.cpp +++ b/tools/qdoc3/qmlcodeparser.cpp @@ -142,7 +142,7 @@ void QmlCodeParser::doneParsingSourceFiles(Tree *tree) } /*! - Returns the set of strings reopresenting the topic commands. + Returns the set of strings representing the topic commands. */ QSet<QString> QmlCodeParser::topicCommands() { |