Fixed name

This commit is contained in:
Robert Osfield 2008-04-22 09:43:55 +00:00
parent 9878a0e3ca
commit 684920c46c

View File

@ -344,6 +344,7 @@ std::string typoCorrection(const std::string& name)
if (name=="Sokolwsky") return "Sokolowsky"; if (name=="Sokolwsky") return "Sokolowsky";
if (name=="Cullu") return "Callu"; if (name=="Cullu") return "Callu";
if (name=="Comporesi") return "Camporesi"; if (name=="Comporesi") return "Camporesi";
if (name=="Machler") return "Maechler";
return name; return name;
} }