summaryrefslogtreecommitdiffstats
path: root/game.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'game.cpp')
-rw-r--r--game.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/game.cpp b/game.cpp
index 6f8931b..a59f433 100644
--- a/game.cpp
+++ b/game.cpp
@@ -808,7 +808,7 @@ bool Game::hasTwoPairs(Card **cards)
int cnt = 0;
int i;
- /* if there are 2 pairs, they should be 1 index that contains 1 */
+ /* if there are 2 pairs, they should be one index that contains 1 */
for (i = 0; i < 5; i++)
if (cardsToDiscard[i] == 1)
cnt++;