summaryrefslogtreecommitdiff
path: root/sim.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sim.cpp')
-rw-r--r--sim.cpp2
1 files changed, 1 insertions, 1 deletions
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);