Fixed typo of Jason.

This commit is contained in:
Robert Osfield 2005-11-15 16:06:09 +00:00
parent f80fed8777
commit 58e5053438

View File

@ -158,6 +158,7 @@ std::string typoCorrection(const std::string& name)
if (name=="") return "";
if (name=="") return "";
#endif
if (name=="Joson") return "Jason";
if (name=="Micheal") return "Michael";
if (name=="Heirtlein") return "Hertlein";
if (name=="Yefrei") return "Yefei";