Added fix for typo of name in submission
This commit is contained in:
parent
932608f804
commit
768f248961
@ -211,6 +211,7 @@ std::string typoCorrection(const std::string& name)
|
||||
if (name=="") return "";
|
||||
if (name=="") return "";
|
||||
#endif
|
||||
if (name=="Hebelin") return "Herbelin";
|
||||
if (name=="Jea-Sebastien") return "Jean-Sebastien";
|
||||
if (name=="Robet") return "Robert";
|
||||
if (name=="MornĂŠ") return "Morné";
|
||||
|
Loading…
Reference in New Issue
Block a user