From 63908b2063ccdeb9690b9c685cf1a1eb41ef2e59 Mon Sep 17 00:00:00 2001 From: arun Date: Sat, 3 Feb 2007 04:25:41 +0000 Subject: fixed a typo --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3-18-g5258