summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdward Welbourne <edward.welbourne@theqtcompany.com>2015-12-16 10:57:14 +0100
committerEdward Welbourne <edward.welbourne@theqtcompany.com>2016-01-04 13:59:51 +0000
commit43d8f03f7ff1453c84441b95408d7c0ca415ca96 (patch)
tree8bd5aed70d5bf71c44819dfbc444ac8fc1d73b59
parentfe4c8a36bccf83b0026ef000af69cbc41b269386 (diff)
qdoc-doc: Typo fix in qdoc introduction.
Change-Id: I3fbc75d2733318c399633b5089953292b2b9741f Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
-rw-r--r--src/qdoc/doc/qdoc-manual-intro.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qdoc/doc/qdoc-manual-intro.qdoc b/src/qdoc/doc/qdoc-manual-intro.qdoc
index 84f941684..60ed1f4e2 100644
--- a/src/qdoc/doc/qdoc-manual-intro.qdoc
+++ b/src/qdoc/doc/qdoc-manual-intro.qdoc
@@ -240,7 +240,7 @@
But now QDoc doesn't need to re-parse each module's source files,
because the module's syntax tree is still in memory. Nor does QDoc
need to re-read the index files for the dependent modules, again
- because it still has the syntax trees for those modules in memry.
+ because it still has the syntax trees for those modules in memory.
It remains only to traverse each module's syntax tree to generate
the documentation pages.