diff options
author | Travis Howell | 2006-06-03 14:03:08 +0000 |
---|---|---|
committer | Travis Howell | 2006-06-03 14:03:08 +0000 |
commit | 576ff326b058eb2156c365e89c035684211f2464 (patch) | |
tree | 2a1bc9917d2f1596ceb8bc939cf12132c3b31521 | |
parent | f7810b53a8c94cbd8c59b0a9d641f9765cd6bb93 (diff) | |
download | scummvm-rg350-576ff326b058eb2156c365e89c035684211f2464.tar.gz scummvm-rg350-576ff326b058eb2156c365e89c035684211f2464.tar.bz2 scummvm-rg350-576ff326b058eb2156c365e89c035684211f2464.zip |
Typo
svn-id: r22879
-rw-r--r-- | AUTHORS | 2 | ||||
-rw-r--r-- | doc/credits.tex | 2 | ||||
-rw-r--r-- | gui/credits.h | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -230,6 +230,6 @@ Special thanks to LucasFilm/LucasArts who made SCUMM the insane mess to reimplement that it is today. Feel free to drop us a line and tell us what you think, guys! - Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft forsharing + Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of The Feeble Files with us. diff --git a/doc/credits.tex b/doc/credits.tex index c26ae03699..7cd1be763b 100644 --- a/doc/credits.tex +++ b/doc/credits.tex @@ -332,7 +332,7 @@ Joe Pearce from The Wyrmkeep Entertainment Co. for sharing the source of their f \item Aric Wilmunder, Ron Gilbert, David Fox, Vince Lee, and all those at LucasFilm/LucasArts who made SCUMM the insane mess to reimplement that it is today. Feel free to drop us a line and tell us what you think, guys! \item -Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft forsharing the source code of The Feeble Files with us. +Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of The Feeble Files with us. \end{list} \end{trivlist} diff --git a/gui/credits.h b/gui/credits.h index a95ea18040..61c8286227 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -268,7 +268,7 @@ static const char *credits[] = { "\\C\\c0""", "\\C\\c0""Aric Wilmunder, Ron Gilbert, David Fox, Vince Lee, and all those at LucasFilm/LucasArts who made SCUMM the insane mess to reimplement that it is today. Feel free to drop us a line and tell us what you think, guys!", "\\C\\c0""", -"\\C\\c0""Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft forsharing the source code of The Feeble Files with us.", +"\\C\\c0""Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of The Feeble Files with us.", "\\C\\c0""", "\\C\\c0""", }; |