Fix childs -> children

This commit is contained in:
Martchus 2019-12-30 22:52:23 +01:00
parent c554aebf07
commit d76d78ae71
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ bool ArgumentReader::read(ArgumentVector &args)
// determine how denotation must be processed
bool abbreviationFound = false;
if (argDenotation) {
// continue reading childs for abbreviation denotation already detected
// continue reading children for abbreviation denotation already detected
abbreviationFound = false;
argDenotationType = Abbreviation;
} else {