summaryrefslogtreecommitdiff
path: root/sim.cpp
diff options
context:
space:
mode:
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;
}