summaryrefslogtreecommitdiff
path: root/sim.h
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.h
parent82ec129c63e8287017c9321a8a5a54e5d52a921d (diff)
A few miscellaneous typo fixes
Diffstat (limited to 'sim.h')
-rw-r--r--sim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim.h b/sim.h
index 6c66121..0a46c89 100644
--- a/sim.h
+++ b/sim.h
@@ -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);