diff --git a/src/qdoc/generator.cpp b/src/qdoc/generator.cpp
index d5caa8bd08a0cdcd1ec9d5dce11eb601205dc35a..3bb3ab13aa1d59a250a5c6ad9d824e4078cd3761 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 a2eb42af8bb2aef0d79917b73aa22d78d0d801a9..3b1de12aea869aba1c43af25693213cc25413032 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.