spelling fixes, just comments and readme.
[openssl.git] / doc / crypto / X509_get_extension_flags.pod
index 0fc42e8b920b77b05a466a57839391767ef50a58..92e8a6ba1fccb9a97569f7606787ae5b6d5b2477 100644 (file)
@@ -21,7 +21,7 @@ X509_get_proxy_pathlen - retrieve certificate extension data
    uint32_t X509_get_extended_key_usage(X509 *x);
    const ASN1_OCTET_STRING *X509_get0_subject_key_id(X509 *x);
    void X509_set_proxy_flag(X509 *x);
-   void X509_set_proxy_path_length(int l);
+   void X509_set_proxy_pathlen(int l);
    long X509_get_proxy_pathlen(X509 *x);
 
 =head1 DESCRIPTION
@@ -118,7 +118,7 @@ certificate B<x>.  This is for the users who need to mark non-RFC3820 proxy
 certificates as such, as OpenSSL only detects RFC3820 compliant ones.
 
 X509_get_proxy_pathlen() returns the proxy certificate path length for the
-given certificate B<x> if it is a proxy certicate.
+given certificate B<x> if it is a proxy certificate.
 
 =head1 NOTES