diff options
Diffstat (limited to 'doc/texi/ASN1.c.texi')
-rw-r--r-- | doc/texi/ASN1.c.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/texi/ASN1.c.texi b/doc/texi/ASN1.c.texi index 6c2dc1d..6c9e165 100644 --- a/doc/texi/ASN1.c.texi +++ b/doc/texi/ASN1.c.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 @@ -49,7 +49,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 |