From: Arun Persaud Date: Fri, 11 Jul 2008 19:37:55 +0000 (-0700) Subject: BUGFIX: fixed a small typo X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=d26d08d532e38dcd42a159cfd295b0f87d82d9a2 BUGFIX: fixed a small typo Sean found this... Signed-off-by: Arun Persaud --- diff --git a/include/game.php b/include/game.php index 613575b..3ed9497 100644 --- a/include/game.php +++ b/include/game.php @@ -126,7 +126,7 @@ if(myisset('call') && $_REQUEST['call'] == '0' && can_call(0,$me)) if($session) { echo "
\n"; - echo "
Rules (+icons fur rules) \n"; + echo "
Rules (+icons for rules) \n"; echo "
\n"; echo " 10ofhearts : {$RULES['dullen']}
\n"; echo " schweinchen: {$RULES['schweinchen']}
\n";