diff --git a/src/parser/makeXml.cpp b/src/parser/makeXml.cpp index 2fe27cf..1b26579 100644 --- a/src/parser/makeXml.cpp +++ b/src/parser/makeXml.cpp @@ -36,7 +36,7 @@ void printUsage() << "chosen. Directories are explored recursively." << endl << endl << "NEW 25Sep07: each control character with ASCII code below 32, with " - << "the execption of tab," + << "the exception of tab," << endl << "newline, and carriage return, is replaced by a space (to ensure " << "that the xml is well-formed)."