branch: master commit bb09dfb06cd63e71f71dcd90d68f360bb8c8c2c3 Author: Jean-Christophe Helary <jean.christophe.hel...@gmail.com> Commit: Noam Postavsky <npost...@users.sourceforge.net>
Fix typo in poker-describe-hand (Bug#34241) * packages/poker/poker.el (poker-describe-hand): Fix typo. --- packages/poker/poker.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/poker/poker.el b/packages/poker/poker.el index fbfa78c..285015a 100644 --- a/packages/poker/poker.el +++ b/packages/poker/poker.el @@ -425,7 +425,7 @@ HAND is a list of 5 poker cards." (poker-rank-to-plural-string three) (poker-rank-to-string high) (poker-rank-to-string kicker))) - (`(2 ,two1 ,two2 ,high 0 0) (format "wwo pairs of %s and %s, %s high" + (`(2 ,two1 ,two2 ,high 0 0) (format "two pairs of %s and %s, %s high" (poker-rank-to-plural-string two1) (poker-rank-to-plural-string two2) (poker-rank-to-string high)))