Update AUTHORS list for release

This commit is contained in:
Robert Osfield
2008-01-29 22:14:26 +00:00
parent f945a54203
commit 3e77fec6c9
2 changed files with 12 additions and 6 deletions

View File

@@ -332,6 +332,11 @@ std::string typoCorrection(const std::string& name)
void nameCorrection(NamePair& name)
{
if (name.first=="Glen" && name.second=="Waldon")
{
name.first = "Glenn";
name.second = "Waldron";
}
if (name.first=="Ralf" && name.second=="Karn")
{
name.first = "Ralf";