]> git.mxchange.org Git - jcontacts-core.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Thu, 23 Jun 2022 11:09:36 +0000 (13:09 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 23 Jun 2022 11:09:36 +0000 (13:09 +0200)
- tpzo fixed

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcontacts/model/contact/Contacts.java

index 1968be8987d5fe51ebc56ae4508619b9ad98eaa2..a5f36a33f5dca8d09ac7deed3e125db8cb1a9614 100644 (file)
@@ -49,7 +49,7 @@ public class Contacts implements Serializable {
         * @return Comparison value
         */
        public static int compare (final Contact contact1, final Contact contact2) {
-               // Check euqality, then at least first must be given
+               // Check equality, then at least first must be given
                if (Objects.equals(contact1, contact2)) {
                        // Both are same
                        return 0;