From: Arun Persaud Date: Wed, 9 May 2012 03:55:49 +0000 (-0700) Subject: fixed typo in comment X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=commitdiff_plain;h=f11c2bcac54384c4154324e4c72a2b62af35995c fixed typo in comment --- 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;