From d76d78ae7102f2d1b8b4fef5afe580e8c1e13f3d Mon Sep 17 00:00:00 2001 From: Martchus Date: Mon, 30 Dec 2019 22:52:23 +0100 Subject: [PATCH] Fix childs -> children --- application/argumentparser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {