Spelling... and more spelling
[openssl.git] / ssl / t1_lib.c
index 3e5e9fbda6c92ef592148e0507f7aebd49544133..3e27d650393cbce6d42b550ecf2996037139d8ac 100644 (file)
@@ -2648,7 +2648,7 @@ int tls1_set_server_sigalgs(SSL *s)
         /* Fatal error is no shared signature algorithms */
         if (!s->cert->shared_sigalgs) {
             SSLerr(SSL_F_TLS1_SET_SERVER_SIGALGS,
-                   SSL_R_NO_SHARED_SIGATURE_ALGORITHMS);
+                   SSL_R_NO_SHARED_SIGNATURE_ALGORITHMS);
             al = SSL_AD_ILLEGAL_PARAMETER;
             goto err;
         }