diff options
Diffstat (limited to 'doc/texi/asn1_parser2tree.texi')
-rw-r--r-- | doc/texi/asn1_parser2tree.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/texi/asn1_parser2tree.texi b/doc/texi/asn1_parser2tree.texi index 5087cd2..508a3a7 100644 --- a/doc/texi/asn1_parser2tree.texi +++ b/doc/texi/asn1_parser2tree.texi @@ -19,7 +19,7 @@ identifier is known, @code{ASN1_ELEMENT_NOT_EMPTY} if @code{definitions} not opening @code{file} , @code{ASN1_SYNTAX_ERROR} if the syntax is not correct, @code{ASN1_IDENTIFIER_NOT_FOUND} if in the file there is an identifier that is not defined, @code{ASN1_NAME_TOO_LONG} if in the -file there is an identifier whith more than @code{ASN1_MAX_NAME_SIZE} +file there is an identifier with more than @code{ASN1_MAX_NAME_SIZE} characters. @end deftypefun |