diff options
author | Max Horn | 2009-10-30 09:50:31 +0000 |
---|---|---|
committer | Max Horn | 2009-10-30 09:50:31 +0000 |
commit | 4009f6836ba4aacc8630d88938b9ace1874ed972 (patch) | |
tree | 50ec25d867a5c969612f78ed0e81aca5bba417c1 | |
parent | 6c101f7c1aad4d401e793ada760bba33432773b1 (diff) | |
download | scummvm-rg350-4009f6836ba4aacc8630d88938b9ace1874ed972.tar.gz scummvm-rg350-4009f6836ba4aacc8630d88938b9ace1874ed972.tar.bz2 scummvm-rg350-4009f6836ba4aacc8630d88938b9ace1874ed972.zip |
Fixed Terry Pratchett's name in the credits
svn-id: r45528
-rw-r--r-- | AUTHORS | 4 | ||||
-rw-r--r-- | gui/credits.h | 2 | ||||
-rwxr-xr-x | tools/credits.pl | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -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(); |