Update AUTHORS file

This commit is contained in:
Robert Osfield
2009-03-13 13:25:00 +00:00
parent 6c5dd142ef
commit e153c9fbd8
2 changed files with 27 additions and 15 deletions

View File

@@ -391,6 +391,12 @@ std::string typoCorrection(const std::string& name)
void nameCorrection(NamePair& name)
{
if (name.first=="Mick" && name.second=="")
{
name.first = "Maik";
name.second = "Keller";
}
if (name.first=="Gary" && name.second=="Quin")
{
name.first = "Gary";