summaryrefslogtreecommitdiff
path: root/helpcompiler/source/BasCodeTagger.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2015-06-13 15:52:56 +0200
committerAshod Nakashian <ashod.nakashian@collabora.co.uk>2016-02-06 09:10:03 -0500
commitdedb9ea9691485b7ae0dce701d65232a220d0185 (patch)
tree3fb11989ce4e11b043917d450f4e76b1374915c2 /helpcompiler/source/BasCodeTagger.cxx
parent3ddc0d5ecd596424152b10d4c7eefcefe399f5d2 (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> (cherry picked from commit 1f408db49740f8cc6ba67d72b54f49d2e4fdae9b)
Diffstat (limited to 'helpcompiler/source/BasCodeTagger.cxx')
-rw-r--r--helpcompiler/source/BasCodeTagger.cxx2
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 );
}