diff options
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 ); } |