]> granicus.if.org Git - apache/commitdiff
merge r1555423 from trunk:
authorJeff Trawick <trawick@apache.org>
Mon, 6 Jan 2014 16:09:42 +0000 (16:09 +0000)
committerJeff Trawick <trawick@apache.org>
Mon, 6 Jan 2014 16:09:42 +0000 (16:09 +0000)
fix typo in error message

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1555880 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_config.c

index cf003e98b72f03247fc4558f28fd145a7d7af51e..c323ece3f36d235c5c01a4bc295a55710adbb0bb 100644 (file)
@@ -721,7 +721,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
 }