fixed typo in comment
authorArun Persaud <arun@nubati.net>
Wed, 9 May 2012 03:55:49 +0000 (20:55 -0700)
committerArun Persaud <arun@nubati.net>
Wed, 9 May 2012 03:55:49 +0000 (20:55 -0700)
include/game.php

index 278a52c60a2c86e52babfe278f070fd4bd5b643a..79cdfa6fef32aa623ba5fa13399250a5f65255dc 100644 (file)
@@ -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;