summaryrefslogtreecommitdiffstats
path: root/include/game.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2012-05-08 20:55:49 -0700
committerArun Persaud <arun@nubati.net>2012-05-08 20:55:49 -0700
commitf11c2bcac54384c4154324e4c72a2b62af35995c (patch)
treee1eeda34c0e41d543e506f9ba4a08a93519f6113 /include/game.php
parent82dcaa7840d62d84174c91af4349262bfb4b18f9 (diff)
downloade-DoKo-f11c2bcac54384c4154324e4c72a2b62af35995c.tar.gz
e-DoKo-f11c2bcac54384c4154324e4c72a2b62af35995c.tar.bz2
e-DoKo-f11c2bcac54384c4154324e4c72a2b62af35995c.zip
fixed typo in comment
Diffstat (limited to 'include/game.php')
-rw-r--r--include/game.php2
1 files changed, 1 insertions, 1 deletions
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;