aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS4
-rw-r--r--gui/credits.h2
-rwxr-xr-xtools/credits.pl2
3 files changed, 4 insertions, 4 deletions
diff --git a/AUTHORS b/AUTHORS
index 9a07967d6c..928f793fd9 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -432,6 +432,6 @@ Special thanks to
Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing
the source code of some of their games with us.
- John Young, Colin Smythe and especially Terry Patchett himself for sharing
- the source code of Discworld I & II with us.
+ John Young, Colin Smythe and especially Terry Pratchett himself for
+ sharing the source code of Discworld I & II with us.
diff --git a/gui/credits.h b/gui/credits.h
index 511c9ad7ca..2990b3c4e2 100644
--- a/gui/credits.h
+++ b/gui/credits.h
@@ -520,7 +520,7 @@ static const char *credits[] = {
"C0""",
"C0""Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of some of their games with us.",
"C0""",
-"C0""John Young, Colin Smythe and especially Terry Patchett himself for sharing the source code of Discworld I & II with us.",
+"C0""John Young, Colin Smythe and especially Terry Pratchett himself for sharing the source code of Discworld I & II with us.",
"C0""",
"",
};
diff --git a/tools/credits.pl b/tools/credits.pl
index 2603e4c6d5..32e798a013 100755
--- a/tools/credits.pl
+++ b/tools/credits.pl
@@ -961,7 +961,7 @@ begin_credits("Credits");
"sharing the source code of some of their games with us.");
add_paragraph(
- "John Young, Colin Smythe and especially Terry Patchett himself for ".
+ "John Young, Colin Smythe and especially Terry Pratchett himself for ".
"sharing the source code of Discworld I & II with us.");
end_section();