chiark / gitweb /
Fixed a typo in a comment
authorKevin Lyles <kevinlyles@gmail.com>
Sun, 3 May 2015 17:40:14 +0000 (12:40 -0500)
committerSimon Tatham <anakin@pobox.com>
Mon, 11 May 2015 09:14:44 +0000 (10:14 +0100)
galaxies.c

index 4ed913c03519bf9eb3645f7d1d9a4d1d31c486fe..6cfee418661af022b134c17626424bd72433570e 100644 (file)
@@ -2823,7 +2823,7 @@ static game_state *execute_move(const game_state *state, const char *move)
                 maskf = F_DOT | F_DOT_BLACK;
                 /* if we clicked 'white dot':
                  *   white --> empty, empty --> white, black --> white.
-                 * if we clicker 'black dot':
+                 * if we clicked 'black dot':
                  *   black --> empty, empty --> black, white --> black.
                  */
                 if (currf & maskf) {