diff --git a/AUTHORS.txt b/AUTHORS.txt index 35d587c89..425cb3f83 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -92,7 +92,7 @@ Steve Lunsford Stanislav Blinov Perry Miller Per Fahlberg -Paul de Repentingy +Paul de Repentigny Nathan Monteleone Michael Platings Max Behensky diff --git a/applications/osgversion/osgversion.cpp b/applications/osgversion/osgversion.cpp index 02af6e4e8..611229661 100644 --- a/applications/osgversion/osgversion.cpp +++ b/applications/osgversion/osgversion.cpp @@ -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=="") {