Fixed typo and unpdated AUTHORS file

This commit is contained in:
Robert Osfield 2006-07-06 13:06:24 +00:00
parent c72530d2fd
commit becbe910d3
2 changed files with 2 additions and 2 deletions

View File

@ -92,7 +92,7 @@ Steve Lunsford
Stanislav Blinov
Perry Miller
Per Fahlberg
Paul de Repentingy
Paul de Repentigny
Nathan Monteleone
Michael Platings
Max Behensky

View File

@ -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=="")
{