Fixed name
This commit is contained in:
parent
9878a0e3ca
commit
684920c46c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user