diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 14:11:38 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2015-02-21 14:45:36 +0100 |
commit | f00fce5b06955799074416a3fd37edcea0b364e0 (patch) | |
tree | 445986bfa5a47169e4b6924093531b7786405653 /helpcompiler | |
parent | b98ac7072499df72817cad553fd77d2d85ac1c08 (diff) |
Typo: containted->contained
Change-Id: I678c35ca2007169a38529b36fd31367bac4ed481
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 388fbf41f17e..c4779d755381 100644 --- a/helpcompiler/source/BasCodeTagger.cxx +++ b/helpcompiler/source/BasCodeTagger.cxx @@ -97,7 +97,7 @@ void BasicCodeTagger::getBasicCodeContainerNodes() } } -//! Extracts Basic Codes containted in <bascode> tags. +//! Extracts Basic Codes contained in <bascode> tags. /*! * 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. |