From 7b3881ae11275d34512d60456ad75eb3cd977df6 Mon Sep 17 00:00:00 2001 From: Oliver Galvin Date: Thu, 18 Jun 2020 10:34:26 +0100 Subject: A few miscellaneous typo fixes --- game.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'game.h') diff --git a/game.h b/game.h index 6d68bf4..7cf5708 100644 --- a/game.h +++ b/game.h @@ -296,7 +296,7 @@ public: // the move made will // be set to the proper UnusedTilesBonus move. // The score of the bonus is *not* added to score of current player, - // therefor this method is quite misnamed. + // therefore this method is quite misnamed. void adjustScoresToFinishGame(); // this is a little special: don't subtract score of bonus from @@ -824,7 +824,7 @@ public: // If the game is over, does nothing. void commitCandidate(bool maintainBoard = true); - // convience to set move as candidate and then commit the candidate + // convenience to set move as candidate and then commit the candidate void commitMove(const Move &move); const UVString &description() const; -- cgit v1.2.3