From c40d793e57b5d4191f3248958f800bcdede3c38c Mon Sep 17 00:00:00 2001
From: =?utf8?q?Roland=20H=C3=A4der?= <roland@mxchange.org>
Date: Thu, 23 Jun 2022 13:09:37 +0200
Subject: [PATCH] Continued: - tpzo fixed
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

Signed-off-by: Roland Häder <roland@mxchange.org>
---
 src/org/mxchange/jcustomercore/model/customer/Customers.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
-- 
2.39.5