From: Jeff Trawick Date: Sat, 4 Jan 2014 21:44:34 +0000 (+0000) Subject: fix typo in error message X-Git-Tag: 2.5.0-alpha~4676 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fcf66e6281fea8c03ae0bb159cb51c1b6515d43c;p=apache fix typo in error message git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555423 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_config.c b/modules/ssl/ssl_engine_config.c index ea5c622b1c..da32499e29 100644 --- a/modules/ssl/ssl_engine_config.c +++ b/modules/ssl/ssl_engine_config.c @@ -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 }