diff --git a/application/argumentparser.cpp b/application/argumentparser.cpp index 90fb0e7..a13bd73 100644 --- a/application/argumentparser.cpp +++ b/application/argumentparser.cpp @@ -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 {