From: Kevin Lyles Date: Sun, 3 May 2015 17:40:14 +0000 (-0500) Subject: Fixed a typo in a comment X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=7cf1e1f83ec8242372d330581a14276b3667468c;p=sgt-puzzles.git Fixed a typo in a comment --- diff --git a/galaxies.c b/galaxies.c index 4ed913c..6cfee41 100644 --- a/galaxies.c +++ b/galaxies.c @@ -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) {