Merged branch utf8.
[neverball] / ball / st_title.c
index a0c76e4..49cb73a 100644 (file)
@@ -43,7 +43,7 @@ static int play_id = 0;
 
 static int title_action(int i)
 {
-    static const char keyphrase[] = "CHEATER";
+    static const char keyphrase[] = "CHEAT";
     static char queue[sizeof (keyphrase)] = "";
 
     size_t queue_len = strlen(queue);