Commit f4e9943b authored by Lev Walkin's avatar Lev Walkin

OER typo

parent e0f2a5b4
......@@ -363,7 +363,7 @@ main(int ac, char *av[]) {
erv = oer_encode(pduType, structure, write_out, binary_out);
#endif
if(erv.encoded < 0) {
fprintf(stderr, "%s: Cannot convert %s into oER\n", name,
fprintf(stderr, "%s: Cannot convert %s into OER\n", name,
pduType->name);
exit(EX_UNAVAILABLE);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment