summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibaut Cuvelier <cuvelier.thibaut@gmail.com>2019-10-12 01:08:18 +0200
committerThibaut Cuvelier <cuvelier.thibaut@gmail.com>2019-10-22 06:20:06 +0200
commitbb4f88952b792fa5479e28a67738a61e6346b671 (patch)
treecfe825c8d7da68e683d4dbf8127b4d3dc4098e1f
parent1ee284dca162184e1344e19b76db5e62010c65ce (diff)
downloadqttools-bb4f88952b792fa5479e28a67738a61e6346b671.tar.gz
Correct a few typos in qdoc
Change-Id: I6b9a66f15308ecbbdbeaf2dc66de3875b16dd03f Reviewed-by: Paul Wicking <paul.wicking@qt.io> Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
-rw-r--r--src/qdoc/generator.cpp4
-rw-r--r--src/qdoc/htmlgenerator.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/qdoc/generator.cpp b/src/qdoc/generator.cpp
index d5caa8bd0..3bb3ab13a 100644
--- a/src/qdoc/generator.cpp
+++ b/src/qdoc/generator.cpp
@@ -1467,7 +1467,7 @@ void Generator::generateInvokableNote(const Node* node, CodeMarker* marker)
/*!
Generate the documentation for \a relative. i.e. \a relative
- is the node that reporesentas the entity where a qdoc comment
+ is the node that represents the entity where a qdoc comment
was found, and \a text represents the qdoc comment.
*/
bool Generator::generateText(const Text& text,
@@ -1707,7 +1707,7 @@ void Generator::generateOverloadedSignal(const Node* node, CodeMarker* marker)
/*!
- Traverses the database recursivly to generate all the documentation.
+ Traverses the database recursively to generate all the documentation.
*/
void Generator::generateDocs()
{
diff --git a/src/qdoc/htmlgenerator.cpp b/src/qdoc/htmlgenerator.cpp
index a2eb42af8..3b1de12ae 100644
--- a/src/qdoc/htmlgenerator.cpp
+++ b/src/qdoc/htmlgenerator.cpp
@@ -3020,7 +3020,7 @@ void HtmlGenerator::generateAnnotatedLists(const Node* relative,
the classes in the class map \a nmm and then generates a
compact list of the class names alphabetized on the part
of the name not including the common prefix. You can tell
- the function to use \a comonPrefix as the common prefix,
+ the function to use \a commonPrefix as the common prefix,
but normally you let it figure it out itself by looking at
the name of the first and last classes in the class map
\a nmm.