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 d345e73..84c9012 100644 --- a/doc/texi/asn1_parser2array.texi +++ b/doc/texi/asn1_parser2array.texi @@ -20,7 +20,7 @@ included in @code{inputFileName} file. If @code{inputFileName} is will be "xx_asn1_tab". @strong{Returns:} @code{ASN1_SUCCESS} if the file has a correct syntax and every -identifier is known, @code{ASN1_FILE_NOT_FOUND} if an error occured +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 |