summaryrefslogtreecommitdiff
path: root/src/card_stack.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/card_stack.c')
-rw-r--r--src/card_stack.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/card_stack.c b/src/card_stack.c
index f3bd217..b5cfa8a 100644
--- a/src/card_stack.c
+++ b/src/card_stack.c
@@ -58,7 +58,7 @@ void card_stack_push(card_stack_t *cs, const card c)
}
/**
- * Replaces a card stack with a single card. All cards within the card stack will be removed adn the first card will be set to a given card.
+ * Replaces a card stack with a single card. All cards within the card stack will be removed and the first card will be set to a given card.
* @param[in] cs The card stack to replace
* @param[in] new_card The new first card
*/