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.h | |
parent | 82ec129c63e8287017c9321a8a5a54e5d52a921d (diff) |
A few miscellaneous typo fixes
Diffstat (limited to 'sim.h')
-rw-r--r-- | sim.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -311,7 +311,7 @@ public: void simulate(int plies); static void simulateOnePosition(SimmedMoveMessage &message, const SimmedMoveConstants &constants); - // Incoporate the results of a single simulation into the + // Incorporate the results of a single simulation into the // cumulative results void incorporateMessage(const SimmedMoveMessage &message); |