diff --git a/src/Parser.cpp b/src/Parser.cpp index 446c5008b..78e384eed 100644 --- a/src/Parser.cpp +++ b/src/Parser.cpp @@ -79,7 +79,7 @@ void Parser::initialize (int argc, const char** argv) branch->tag ("ORIGINAL"); branch->tag ("?"); - // If the argument contains a space, it was quoted. Remember that. + // If the argument contains a space, it was quoted. Record that fact. if (! noSpaces (raw)) branch->tag ("QUOTED");