spelling: parsed

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-10-22 09:57:20 -04:00
committed by Jindra Petřík
parent f52ea7c928
commit 42b314add8

View File

@@ -311,7 +311,7 @@ public class Converter {
pw.println("File is a " + headerString);
} else if (isDetail(MAX_DETAIL)) {
String headerString = header.toString();
pw.println("Prased frame " + frameNo + ": " + headerString);
pw.println("Parsed frame " + frameNo + ": " + headerString);
}
}