Fixed J.P. Delports name

This commit is contained in:
Robert Osfield 2008-04-11 14:33:24 +00:00
parent f9c70f2f76
commit 505a360f2c

View File

@ -349,6 +349,11 @@ std::string typoCorrection(const std::string& name)
void nameCorrection(NamePair& name)
{
if ((name.first=="Jose" || name.first=="José") && name.second=="Delport")
{
name.first = "J.P.";
name.second = "Delport";
}
if (name.first=="Franz" && name.second=="Melchior")
{
name.first = "Melchior";