diff options
author | Sergio Ahumada <[email protected]> | 2012-07-11 14:44:38 +0200 |
---|---|---|
committer | Qt by Nokia <[email protected]> | 2012-07-11 14:52:37 +0200 |
commit | 59339941e0e6e2b8648c2e128284de188a65714b (patch) | |
tree | d2f19ebbac24dfc5872509cb74262375cd3e8962 /src/tools/qdoc/node.cpp | |
parent | 62e6608f6932c6d871d17b0ccce0c7b388866458 (diff) |
Fix some spelling errors
Change-Id: I19d3b2e9a5180b13deb828b55195404ef20be295
Reviewed-by: Daniel Teske <[email protected]>
Reviewed-by: Giuseppe D'Angelo <[email protected]>
Diffstat (limited to 'src/tools/qdoc/node.cpp')
-rw-r--r-- | src/tools/qdoc/node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qdoc/node.cpp b/src/tools/qdoc/node.cpp index 6cb72ca0a8d..967c4c441a0 100644 --- a/src/tools/qdoc/node.cpp +++ b/src/tools/qdoc/node.cpp @@ -2166,7 +2166,7 @@ bool Node::setQmlModule(const ArgLocPair& arg) name of some other QML class node. If so, then this node's parent will be a NameCollisionNode.This function sets the NameCollisionNode's current child to this node. This is - important when outputing the documentation for this node, + important when outputting the documentation for this node, when, for example, the documentation contains a link to the page being output. We don't want to generate a link to the disambiguation page if we can avoid it, and to be |