diff --git a/bin/domain/Box.class b/bin/domain/Box.class index 71bfde6..cdab28a 100644 Binary files a/bin/domain/Box.class and b/bin/domain/Box.class differ diff --git a/src/domain/Box.java b/src/domain/Box.java index 913e84c..f1f84e8 100644 --- a/src/domain/Box.java +++ b/src/domain/Box.java @@ -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))