]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - ssl/ssl_ciph.c
Fix typo in ssl_ciph.c
[thirdparty/openssl.git] / ssl / ssl_ciph.c
index a2b12a8811544b830e48a882c0212e7d102fc91c..18b9c6d10e1c8fb4dd5aa56240486d837dba6fd5 100644 (file)
@@ -358,7 +358,7 @@ int ssl_load_ciphers(SSL_CTX *ctx)
 
     /*
      * We ignore any errors from the fetches below. They are expected to fail
-     * if theose algorithms are not available.
+     * if these algorithms are not available.
      */
     ERR_set_mark();
     sig = EVP_SIGNATURE_fetch(ctx->libctx, "DSA", ctx->propq);