diff options
author | Johannes Schickel | 2009-10-30 20:25:12 +0000 |
---|---|---|
committer | Johannes Schickel | 2009-10-30 20:25:12 +0000 |
commit | f55da32ca59b0b0c5cc982198b29e8ee01454501 (patch) | |
tree | 4991541e174cf16bcf14dd7c3785e1ef60e07147 /tools | |
parent | 9e78f4693c0e2d270a17d18eba7cdbc1165f88b7 (diff) | |
download | scummvm-rg350-f55da32ca59b0b0c5cc982198b29e8ee01454501.tar.gz scummvm-rg350-f55da32ca59b0b0c5cc982198b29e8ee01454501.tar.bz2 scummvm-rg350-f55da32ca59b0b0c5cc982198b29e8ee01454501.zip |
Fix credits.
svn-id: r45545
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 32e798a013..39c7ccb275 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -962,7 +962,7 @@ begin_credits("Credits"); add_paragraph( "John Young, Colin Smythe and especially Terry Pratchett himself for ". - "sharing the source code of Discworld I & II with us."); + "sharing the source code of Discworld I & II with us."); end_section(); |