Fixed name
This commit is contained in:
@@ -344,6 +344,7 @@ std::string typoCorrection(const std::string& name)
|
||||
if (name=="Sokolwsky") return "Sokolowsky";
|
||||
if (name=="Cullu") return "Callu";
|
||||
if (name=="Comporesi") return "Camporesi";
|
||||
if (name=="Machler") return "Maechler";
|
||||
return name;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user