summaryrefslogtreecommitdiff
path: root/sim.cpp
diff options
context:
space:
mode:
authorOliver Galvin <odg@riseup.net>2020-06-18 10:34:26 +0100
committerJohn Fultz <jfultz@wolfram.com>2020-06-18 12:19:44 -0500
commit7b3881ae11275d34512d60456ad75eb3cd977df6 (patch)
tree05f29b1c506c4d05e5cf2a2e5ea2f0dd6f140866 /sim.cpp
parent82ec129c63e8287017c9321a8a5a54e5d52a921d (diff)
A few miscellaneous typo fixes
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);