--- trunk/src/io/SectionParserManager.cpp 2005/04/21 14:12:19 514 +++ trunk/src/io/SectionParserManager.cpp 2005/05/22 21:05:15 541 @@ -200,7 +200,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; }