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

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

[elpa] master bb09dfb 2/2: Fix typo in poker-describe-hand (Bug#34241)


From: Noam Postavsky
Subject: [elpa] master bb09dfb 2/2: Fix typo in poker-describe-hand (Bug#34241)
Date: Sat, 27 Apr 2019 09:42:14 -0400 (EDT)

branch: master
commit bb09dfb06cd63e71f71dcd90d68f360bb8c8c2c3
Author: Jean-Christophe Helary <address@hidden>
Commit: Noam Postavsky <address@hidden>

    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)))



reply via email to

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