aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorThierry Crozat2011-03-09 22:36:24 +0000
committerThierry Crozat2011-03-09 22:36:24 +0000
commit5ed102ded992a1b22481ddbb73ef292e5f4e2a77 (patch)
tree28de60087dde165649447c26fdcd78c5207fb604 /tools
parent4ba1c5c106efc1523811731db107e90c7afbca63 (diff)
downloadscummvm-rg350-5ed102ded992a1b22481ddbb73ef292e5f4e2a77.tar.gz
scummvm-rg350-5ed102ded992a1b22481ddbb73ef292e5f4e2a77.tar.bz2
scummvm-rg350-5ed102ded992a1b22481ddbb73ef292e5f4e2a77.zip
CREDITS: Fix typo in previous commit
Diffstat (limited to 'tools')
-rwxr-xr-xtools/credits.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/credits.pl b/tools/credits.pl
index d32cc9b1e1..bd1060fb76 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -800,14 +800,14 @@ begin_credits("Credits");
begin_section("Website (maintenance)");
begin_persons();
- add_person("James Brown", "Ender". "IRC Logs maintainer");
+ add_person("James Brown", "Ender", "IRC Logs maintainer");
add_person("Thierry Crozat", "criezy", "Wiki maintainer");
add_person("Andre Heider", "dhewg", "Buildbot maintainer");
- add_person("Max Horn", "Fingolfin". "Forum, IRC channel and Mailing list maintainer");
+ add_person("Max Horn", "Fingolfin", "Forum, IRC channel and Mailing list maintainer");
add_person("Joost Peters", "JoostP", "Doxygen Project Documentation maintainer");
add_person("Jordi Vilalta Prat", "jvprat", "Wiki maintainer");
- add_person("Eugene Sandulenko", "sev". "Forum, IRC channel, Screen Shots and Mailing list maintainer");
- add_person("John Willis", "DJWillis". "");
+ add_person("Eugene Sandulenko", "sev", "Forum, IRC channel, Screen Shots and Mailing list maintainer");
+ add_person("John Willis", "DJWillis", "");
end_persons();
end_section();