]> granicus.if.org Git - apache/commitdiff
fix typo in error message
authorJeff Trawick <trawick@apache.org>
Sat, 4 Jan 2014 21:44:34 +0000 (21:44 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 4 Jan 2014 21:44:34 +0000 (21:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555423 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_config.c

index ea5c622b1cdfed50026f752c0b1920aedbdb5e8d..da32499e2989adc988fddb0a6964d46d132fb144 100644 (file)
@@ -716,7 +716,7 @@ const char *ssl_cmd_SSLHonorCipherOrder(cmd_parms *cmd, void *dcfg, int flag)
     sc->cipher_server_pref = flag?TRUE:FALSE;
     return NULL;
 #else
-    return "SSLHonorCiperOrder unsupported; not implemented by the SSL library";
+    return "SSLHonorCipherOrder unsupported; not implemented by the SSL library";
 #endif
 }