From: Roland Häder Date: Thu, 23 Jun 2022 11:09:37 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c40d793e57b5d4191f3248958f800bcdede3c38c;p=jcustomer-core.git Continued: - tpzo fixed Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jcustomercore/model/customer/Customers.java b/src/org/mxchange/jcustomercore/model/customer/Customers.java index 5552631..fa10bc3 100644 --- a/src/org/mxchange/jcustomercore/model/customer/Customers.java +++ b/src/org/mxchange/jcustomercore/model/customer/Customers.java @@ -52,7 +52,7 @@ public class Customers { * @return Comparison value */ public static int compare (final Customer customer1, final Customer customer2) { - // Check euqality, then at least first must be given + // Check equality, then at least first must be given if (Objects.equals(customer1, customer2)) { // Both are same return 0;