From: Jeff Trawick Date: Mon, 6 Jan 2014 16:09:42 +0000 (+0000) Subject: merge r1555423 from trunk: X-Git-Tag: 2.4.8~262 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26a924e3f4a1ea03f2b289d056e2ce9f9686f271;p=apache merge r1555423 from trunk: 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 --- diff --git a/modules/ssl/ssl_engine_config.c b/modules/ssl/ssl_engine_config.c index cf003e98b7..c323ece3f3 100644 --- a/modules/ssl/ssl_engine_config.c +++ b/modules/ssl/ssl_engine_config.c @@ -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 }