Method name misspelled
Brought to you by:
blackbearnh,
dderry
That's a so minor detail.
I think the method name FileCreator.setRecordSeparator was misspelled as setRecordSeperator. Related variable names too.
That's easy to correct the typo. Just create the a new method with the correct name and so mark as @deprecated the old one.
Thanks to Eclipse IDE and their nice spell checking.
Flatworm is a great project. Thank you for it.