From becbe910d37a1e9e53d2efbcecc9ca12ccdbd216 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 6 Jul 2006 13:06:24 +0000 Subject: [PATCH] Fixed typo and unpdated AUTHORS file --- AUTHORS.txt | 2 +- applications/osgversion/osgversion.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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=="") {