From f11c2bcac54384c4154324e4c72a2b62af35995c Mon Sep 17 00:00:00 2001 From: Arun Persaud Date: Tue, 8 May 2012 20:55:49 -0700 Subject: [PATCH] fixed typo in comment --- include/game.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/game.php b/include/game.php index 278a52c..79cdfa6 100644 --- a/include/game.php +++ b/include/game.php @@ -537,7 +537,7 @@ switch($mystatus) * ask if player wants to join the game * ****************************************/ - /* don't ask if user has autosetup set to yest */ + /* don't ask if user has autosetup set to yes */ $skip = 0; if($PREF['autosetup']=='yes') $skip = 1; -- 2.17.1