diff options
author | Oliver Galvin <odg@riseup.net> | 2020-06-18 10:34:26 +0100 |
---|---|---|
committer | John Fultz <jfultz@wolfram.com> | 2020-06-18 12:19:44 -0500 |
commit | 7b3881ae11275d34512d60456ad75eb3cd977df6 (patch) | |
tree | 05f29b1c506c4d05e5cf2a2e5ea2f0dd6f140866 /sim.cpp | |
parent | 82ec129c63e8287017c9321a8a5a54e5d52a921d (diff) |
A few miscellaneous typo fixes
Diffstat (limited to 'sim.cpp')
-rw-r--r-- | sim.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |