Pass phrase reorganisation.
[oweals/openssl.git] / crypto / x509 / x509_trs.c
index 8a632db7b0eebcbe4082e1c990563b1fcebc5b48..c63920fd9266f121b7d3f8c65344116bfea6587f 100644 (file)
@@ -227,7 +227,7 @@ int X509_TRUST_get_trust(X509_TRUST *xp)
 static int trust_1oidany(X509_TRUST *trust, X509 *x, int flags)
 {
        if(x->aux) return obj_trust(trust->arg1, x, flags);
-       /* we don't have any trust settings: for compatability
+       /* we don't have any trust settings: for compatibility
         * we return trusted if it is self signed
         */
        X509_check_purpose(x, -1, 0);