Spelling error Postive Binary Integer
Editor for Fixed Width, Csv and Existing Xml files.
Status: Beta
Brought to you by:
bruce_a_martin
Spelling error in the file JRecord_RE\src\net\sf\JRecord\zExamples\checks\CheckTypes.java where the line:
{"16", "Postive Binary Integer"},
should be:
{"16", "Positive Binary Integer"},
The same error occurs in JRecord_Common\src\net\sf\JRecord\External\Def\BasicConversion.java where we find:
setName(Type.ftPostiveBinaryInt , "Postive Binary Integer");
instead of
setName(Type.ftPostiveBinaryInt , "Positive Binary Integer");
I am writing a parser to read your XML file, and I hate to leave a typo in my own code....
Anonymous
Ok will update it.
I will