Fix typos
[openssl.git] / crypto / x509 / x_pubkey.c
index bc90ddd89b4952dd751ef3f7f4c391f6a84600fc..a2855340b8105b0cf1990ef77f156076ef9092cf 100644 (file)
@@ -170,7 +170,7 @@ static int x509_pubkey_ex_d2i_ex(ASN1_VALUE **pval,
 
     /*
      * Try to decode with legacy method first.  This ensures that engines
-     * aren't overriden by providers.
+     * aren't overridden by providers.
      */
     if ((ret = x509_pubkey_decode(&pubkey->pkey, pubkey)) == -1) {
         /* -1 indicates a fatal error, like malloc failure */