summaryrefslogtreecommitdiffstats
path: root/doc/crypto/X509_NAME_add_entry_by_txt.pod
diff options
context:
space:
mode:
Diffstat (limited to 'doc/crypto/X509_NAME_add_entry_by_txt.pod')
-rw-r--r--doc/crypto/X509_NAME_add_entry_by_txt.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/X509_NAME_add_entry_by_txt.pod b/doc/crypto/X509_NAME_add_entry_by_txt.pod
index 1afd008cb3..9a59033917 100644
--- a/doc/crypto/X509_NAME_add_entry_by_txt.pod
+++ b/doc/crypto/X509_NAME_add_entry_by_txt.pod
@@ -44,7 +44,7 @@ B<loc>. The deleted entry is returned and must be freed up.
=head1 NOTES
The use of string types such as B<MBSTRING_ASC> or B<MBSTRING_UTF8>
-is strongly recommened for the B<type> parameter. This allows the
+is strongly recommend for the B<type> parameter. This allows the
internal code to correctly determine the type of the field and to
apply length checks according to the relevant standards. This is
done using ASN1_STRING_set_by_NID().