diff --git a/src/main/java/com/paymentcomponents/mt/demo/ParseValidMT01.java b/src/main/java/com/paymentcomponents/mt/demo/ParseValidMT01.java index d93e65f..89cc991 100644 --- a/src/main/java/com/paymentcomponents/mt/demo/ParseValidMT01.java +++ b/src/main/java/com/paymentcomponents/mt/demo/ParseValidMT01.java @@ -30,7 +30,7 @@ public class ParseValidMT01 { "-}{5:{MAC:00000000}{CHK:19DA346889CC}{TNG:}}{S:{SAC:}{COP:P}}"; public static void execute() { - //You can instatiate the SwiftMsgProcessor with the EOL of your choice. + //You can instantiate the SwiftMsgProcessor with the EOL of your choice. //\n for linux based systems or \r\b for Windows //If the default constructor is used then the \n will be used by default SwiftMsgProcessor parser = new SwiftMsgProcessor("\n"); @@ -66,4 +66,4 @@ public static void execute() { System.err.println("Message cannot be parsed"); } } -} \ No newline at end of file +}