emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/poker 351b253 11/12: Fix typo in poker-describe-hand (B


From: Stefan Monnier
Subject: [elpa] externals/poker 351b253 11/12: Fix typo in poker-describe-hand (Bug#34241)
Date: Tue, 1 Dec 2020 16:46:51 -0500 (EST)

branch: externals/poker
commit 351b25353ea810442dcf1189bcdb831515c9bc9e
Author: Jean-Christophe Helary <jean.christophe.helary@gmail.com>
Commit: Noam Postavsky <npostavs@users.sourceforge.net>

    Fix typo in poker-describe-hand (Bug#34241)
    
    * packages/poker/poker.el (poker-describe-hand): Fix typo.
---
 poker.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/poker.el b/poker.el
index fbfa78c..285015a 100644
--- a/poker.el
+++ b/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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]