From ed687e5c16835bf7b0cff2d55715a861c5d678c8 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Fri, 9 Oct 2009 16:22:29 +0200 Subject: [PATCH] board_effective_handicap(): Typo fix --- tactics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tactics.h b/tactics.h index 24909d3..2f320ac 100644 --- a/tactics.h +++ b/tactics.h @@ -31,7 +31,7 @@ bool board_stone_radar(struct board *b, coord_t coord, int distance); void cfg_distances(struct board *b, coord_t start, int *distances, int maxdist); /* Compute an extra komi describing the "effective handicap" black receives - * (returns 0 for evne game with 7.5 komi). */ + * (returns 0 for even game with 7.5 komi). */ /* This is just an approximation since in reality, handicap seems to be usually * non-linear. */ float board_effective_handicap(struct board *b); -- 2.11.4.GIT