categoryTripleMatch spelling fix

main
s.eser 2024-04-30 11:46:54 +02:00
parent d1ddeef6c3
commit 1a93f1b09f
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -187,7 +187,7 @@ public class Box {
if (categoryEight > 0 && (setCategoryEight == null))
res.add("categoryEight: " + categoryEight);
if (categoryTripleMatch > 0 && (setCategoryTripleMatch == null))
res.add("categoryTrippleMatch: " + categoryTripleMatch);
res.add("categoryTripleMatch: " + categoryTripleMatch);
if (categoryFourOfAKind > 0 && (setCategoryFourOfAKind == null))
res.add("categoryFourOfAKind: " + categoryFourOfAKind);
if (categoryFullHouse > 0 && (setCategoryFullHouse == null))