From eb7f35652ca22bfd7d42ffd02678ce730597ae36 Mon Sep 17 00:00:00 2001 From: John Fultz Date: Thu, 7 Jul 2016 11:26:21 -0500 Subject: Increment version number and copyright date. Also, fix a typo and remove dead code. --- sim.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim.cpp') 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; } -- cgit v1.2.3