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

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jfinancials/model/receipt/Receipts.java

index 1100f78f3feb3d90f8342372d8f866565d2d5f8b..70664c0ea3afb04a08836e61104d7780bb574af1 100644 (file)
@@ -42,7 +42,7 @@ public class Receipts implements Serializable {
         * @return Comparison value
         */
        public static int compare (final BillableReceipt receipt1, final BillableReceipt receipt2) {
-               // Check euqality, then at least first must be given
+               // Check equality, then at least first must be given
                if (Objects.equals(receipt1, receipt2)) {
                        // Both are same
                        return 0;