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 /tools | |
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
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/credits.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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(); |