--- trunk/src/io/SectionParserManager.cpp 2005/04/21 14:12:19 514 +++ trunk/src/io/SectionParserManager.cpp 2005/11/16 23:10:02 749 @@ -141,6 +141,7 @@ namespace oopse { input.clear(); input.seekg(i->offset); (i->sectionParser)->parse(input, ff, i->lineNo); + (i->sectionParser)->validateSection(); } } @@ -200,7 +201,7 @@ namespace oopse { SectionParserManager::iterator i; i = findSectionParser(sp->getSectionName()); if (i != sectionParsers_.end()) { - std::cerr << sp->getSectionName() << " section parser is alway existed" + std::cerr << sp->getSectionName() << " section parser is already existed" << std::endl; }