]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/internal/man3/ossl_ht_new.pod
Fixed typos in ossl_ht_new.pod, EVP_PKEY_decrypt.pod, and RSA_public_encrypt.pod
[thirdparty/openssl.git] / doc / internal / man3 / ossl_ht_new.pod
index 2524e6e619f1f85bfcc5287fd531536c3ae282f7..a7601d1e914fd74f1ad02d90ed11efb1babc3fdd 100644 (file)
@@ -151,7 +151,7 @@ ossl_ht_put() on the B<HT_VALUE> to prevent memory leaks.
 
 =item *
 
-ossl_ht_get() preforms a lookup of an B<HT_KEY> in the hashtable, returning
+ossl_ht_get() performs a lookup of an B<HT_KEY> in the hashtable, returning
 its corresponding value.
 
 =item *
@@ -199,12 +199,12 @@ given value.
 
 =item *
 
-HT_SET_KEY_STRING() Preforms a strncpy() of a source string to the destination
+HT_SET_KEY_STRING() Performs a strncpy() of a source string to the destination
 key field.
 
 =item *
 
-HT_SET_KEY_BLOB() Preforms a memcpy() of a source uint8_t buffer to a
+HT_SET_KEY_BLOB() Performs a memcpy() of a source uint8_t buffer to a
 destination key field.
 
 =item *