From: arun Date: Sat, 3 Feb 2007 04:25:41 +0000 (+0000) Subject: fixed a typo X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=63908b2063ccdeb9690b9c685cf1a1eb41ef2e59;hp=d40474acceedefcd9aa3ae7dc314c260f81537fe fixed a typo --- diff --git a/index.php b/index.php index 7996e0d..e33b49b 100644 --- a/index.php +++ b/index.php @@ -146,7 +146,7 @@ else if(myisset("cancle","me")) if(time()-strtotime($r[0]) > 60*60*24*30) { $message = "Hello, \n\n". - "Game $gameid has been cancled because, since nothing happend for a while and $myname requested it.\n"; + "Game $gameid has been cancled since nothing happend for a while and $myname requested it.\n"; $userids = DB_get_all_userid_by_gameid($gameid); foreach($userids as $user)