From 7b3881ae11275d34512d60456ad75eb3cd977df6 Mon Sep 17 00:00:00 2001 From: Oliver Galvin Date: Thu, 18 Jun 2020 10:34:26 +0100 Subject: A few miscellaneous typo fixes --- sim.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim.cpp') diff --git a/sim.cpp b/sim.cpp index 30ccc3d..8fa9cab 100644 --- a/sim.cpp +++ b/sim.cpp @@ -428,7 +428,7 @@ void Simulator::simulateOnePosition(SimmedMoveMessage &message, const SimmedMove residual -= residualAddend; } - // commiting the move will account for deadwood again + // committing the move will account for deadwood again // so avoid double counting from above. move.score -= deadwoodScore; game.setCandidate(move); -- cgit v1.2.3