summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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)