diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-06-13 15:52:56 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-06-13 14:51:15 +0000 |
commit | 1f408db49740f8cc6ba67d72b54f49d2e4fdae9b (patch) | |
tree | 9c69f0c29184240836c93019ef44de839bdcee01 /helpcompiler | |
parent | c1fc84ac140d519e0bfa7a607e36771682b08eed (diff) |
Fix typos
Change-Id: Ifaa52b49b717d893846fc1e7ae4ac50735f824ac
Reviewed-on: https://gerrit.libreoffice.org/16260
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'helpcompiler')
-rw-r--r-- | helpcompiler/source/BasCodeTagger.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpcompiler/source/BasCodeTagger.cxx b/helpcompiler/source/BasCodeTagger.cxx index c4779d755381..89aca5418088 100644 --- a/helpcompiler/source/BasCodeTagger.cxx +++ b/helpcompiler/source/BasCodeTagger.cxx @@ -32,7 +32,7 @@ void LibXmlTreeWalker::nextNode() } else m_pCurrentNode = m_pCurrentNode->next; - //queue chiledren if they exist + //queue children if they exist if ( m_pCurrentNode->xmlChildrenNode != NULL ) m_Queue.push_back( m_pCurrentNode->xmlChildrenNode ); } |