diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 14:09:16 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 14:45:36 +0100 |
commit | b98ac7072499df72817cad553fd77d2d85ac1c08 (patch) | |
tree | 117f62089036c445c1ce1452d16c32388488d4e1 /helpcompiler | |
parent | 800e09a3ce02417a52f8a1de261f1fc448dee590 (diff) |
Typo: trough->through
Change-Id: I5af784709df88492695d1ac9c9a5b020e909f362
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 3e514e7c72f8..388fbf41f17e 100644 --- a/helpcompiler/source/BasCodeTagger.cxx +++ b/helpcompiler/source/BasCodeTagger.cxx @@ -99,7 +99,7 @@ void BasicCodeTagger::getBasicCodeContainerNodes() //! Extracts Basic Codes containted in <bascode> tags. /*! - * For each <bascode> this method iterates trough it's <paragraph> tags and "inserts" <item> tags according + * For each <bascode> this method iterates through it's <paragraph> tags and "inserts" <item> tags according * to the Basic code syntax found in that paragraph. */ void BasicCodeTagger::tagBasCodeParagraphs() |