summaryrefslogtreecommitdiff
path: root/sim.cpp
diff options
context:
space:
mode:
authorJohn Fultz <jfultz@wolfram.com>2016-07-07 11:26:21 -0500
committerJohn Fultz <jfultz@wolfram.com>2016-07-07 11:44:48 -0500
commiteb7f35652ca22bfd7d42ffd02678ce730597ae36 (patch)
tree749e1f16842cc9e6805ef11dbbe2ddffb8a95892 /sim.cpp
parente1592dfbc6972dda664d7e1a3c208a9921691149 (diff)
Increment version number and copyright date.
Also, fix a typo and remove dead code.
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 f9e36a7..bd8a904 100644
--- a/sim.cpp
+++ b/sim.cpp
@@ -315,7 +315,7 @@ void Simulator::simulate(int plies)
{
LetterString deadwood;
deadwoodScore = m_simulatedGame.currentPosition().deadwood(&deadwood);
- // accont for deadwood in this move rather than a separate
+ // account for deadwood in this move rather than a separate
// UnusedTilesBonus move.
move.score += deadwoodScore;
}