Added typo correction for "Jolley".

This commit is contained in:
Robert Osfield
2005-11-14 20:54:53 +00:00
parent d2d6450392
commit dc5c86ff96

View File

@@ -185,7 +185,7 @@ std::string typoCorrection(const std::string& name)
if (name=="Johhansen") return "Johansen";
if (name=="Johnansen") return "Johansen";
if (name=="Johnasen") return "Johansen";
if (name=="Jolley") return "Jolly";
if (name=="Jolly") return "Jolley";
if (name=="Jose") return "Jos<EFBFBD>";
if (name=="J") return "Jos<EFBFBD>";
if (name=="Keuhne") return "Kuehne";