Fixed typo and unpdated AUTHORS file
This commit is contained in:
parent
c72530d2fd
commit
becbe910d3
@ -92,7 +92,7 @@ Steve Lunsford
|
||||
Stanislav Blinov
|
||||
Perry Miller
|
||||
Per Fahlberg
|
||||
Paul de Repentingy
|
||||
Paul de Repentigny
|
||||
Nathan Monteleone
|
||||
Michael Platings
|
||||
Max Behensky
|
||||
|
@ -273,7 +273,7 @@ void nameCorrection(NamePair& name)
|
||||
if (name.first=="Paul" && name.second=="de")
|
||||
{
|
||||
name.first = "Paul";
|
||||
name.second = "de Repentingy";
|
||||
name.second = "de Repentigny";
|
||||
}
|
||||
if (name.first=="Nick" && name.second=="")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user