diff options
Diffstat (limited to 'doc/texi/asn1_parser2array.texi')
-rw-r--r-- | doc/texi/asn1_parser2array.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/texi/asn1_parser2array.texi b/doc/texi/asn1_parser2array.texi index 84c9012..5933e40 100644 --- a/doc/texi/asn1_parser2array.texi +++ b/doc/texi/asn1_parser2array.texi @@ -24,7 +24,7 @@ identifier is known, @code{ASN1_FILE_NOT_FOUND} if an error occurred while opening @code{inputFileName} , @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 |