Updated authors and version file for 2.5.1 dev release

This commit is contained in:
Robert Osfield
2008-05-30 21:23:49 +00:00
parent af974b2590
commit 840eab0109
3 changed files with 29 additions and 18 deletions

View File

@@ -354,6 +354,12 @@ std::string typoCorrection(const std::string& name)
void nameCorrection(NamePair& name)
{
if (name.first=="John" && name.second=="Vidar")
{
name.first = "John";
name.second = "Vidar Larring";
}
if (name.first=="Sebastien" && name.second=="Messerschmidt")
{
name.first = "Sebastian";