diff --git a/games/tic-tac-toe-python/ttt.glade b/games/tic-tac-toe-python/ttt.glade
index 4b3025d..147b280 100644
--- a/games/tic-tac-toe-python/ttt.glade
+++ b/games/tic-tac-toe-python/ttt.glade
@@ -18,8 +18,9 @@
True
False
+ 0.41999998688697815
7
- <span size="x-large">GGS-Pong</span>
+ <span size="x-large">GGS Tic Tac Toe</span>
True
diff --git a/games/tic-tac-toe-python/ttt.py b/games/tic-tac-toe-python/ttt.py
index 71ee0b9..47324b5 100644
--- a/games/tic-tac-toe-python/ttt.py
+++ b/games/tic-tac-toe-python/ttt.py
@@ -145,7 +145,7 @@ class GGSTTT:
message.destroy()
elif resp == gtk.RESPONSE_OK:
print "new game"
- self.s.send("Game-Command: new\n" +
+ self.s.send("Game-Command: new\n" +
"Content-Type: text\n" +
"Content-Length: 0\n"+
"\n")
@@ -160,7 +160,7 @@ class GGSTTT:
message.destroy()
elif resp == gtk.RESPONSE_OK:
print "new game"
- self.s.send("Game-Command: new\n" +
+ self.s.send("Game-Command: new\n" +
"Content-Type: text\n" +
"Content-Length: 0\n"+
"\n")