aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS2
-rw-r--r--gui/credits.h2
-rwxr-xr-xtools/credits.pl2
3 files changed, 3 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index e7023de169..c5fd296a73 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -244,7 +244,7 @@ Other contributions
Janne Huttunen - V3 actor mask support, Dig/FT SMUSH audio
Kovacs Endre Janos - Several fixes for Simon1
Jeroen Janssen - Numerous readability and bugfix patches
- Andreas Karlsson - Initial port for EPOC/SymbianOS
+ Andreas Karlsson - Initial port for SymbianOS
Claudio Matsuoka - Daily Linux builds
Thomas Mayer - PSP port contributions
Sean Murray - ScummVM tools GUI application (GSoC 2007 task)
diff --git a/gui/credits.h b/gui/credits.h
index 165e3f61bb..1735a73fed 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -280,7 +280,7 @@ static const char *credits[] = {
"\\C\\c0""Jeroen Janssen",
"\\C\\c2""Numerous readability and bugfix patches",
"\\C\\c0""Andreas Karlsson",
-"\\C\\c2""Initial port for EPOC/SymbianOS",
+"\\C\\c2""Initial port for SymbianOS",
"\\C\\c0""Claudio Matsuoka",
"\\C\\c2""Daily Linux builds",
"\\C\\c0""Thomas Mayer",
diff --git a/tools/credits.pl b/tools/credits.pl
index 03caca663e..dca380b92b 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -753,7 +753,7 @@ begin_credits("Credits");
add_person("Janne Huttunen", "", "V3 actor mask support, Dig/FT SMUSH audio");
add_person("Kovács Endre János", "", "Several fixes for Simon1");
add_person("Jeroen Janssen", "japj", "Numerous readability and bugfix patches");
- add_person("Andreas Karlsson", "Sprawl", "Initial port for EPOC/SymbianOS");
+ add_person("Andreas Karlsson", "Sprawl", "Initial port for SymbianOS");
add_person("Claudio Matsuoka", "", "Daily Linux builds");
add_person("Thomas Mayer", "", "PSP port contributions");
add_person("Sean Murray", "lightcast", "ScummVM tools GUI application (GSoC 2007 task)");