GH753: More spelling fix
[openssl.git] / doc / ssl / ssl.pod
index 6bf731a871bc41c97211792fe10ee7914b77fe29..fea4dc013f941eb877ce17665cdbcc3bb88dd181 100644 (file)
@@ -338,11 +338,11 @@ directory path and one default file path. Both are set via this call.
 
 =item int B<SSL_CTX_set_default_verify_dir>(SSL_CTX *ctx)
 
-Use the default directory path to locate trusted CA certficates.
+Use the default directory path to locate trusted CA certificates.
 
 =item int B<SSL_CTX_set_default_verify_file>(SSL_CTX *ctx)
 
-Use the file path to locate trusted CA certficates.
+Use the file path to locate trusted CA certificates.
 
 =item int B<SSL_CTX_set_ex_data>(SSL_CTX *s, int idx, char *arg);