From feedee151cd86c701ba2a5e69e59ae3c97370173 Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sat, 4 Jan 2014 21:44:34 +0000 Subject: [PATCH] fix typo in error message git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555423 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/ssl_engine_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ssl/ssl_engine_config.c b/modules/ssl/ssl_engine_config.c index ea5c622b1cd..da32499e298 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 } -- 2.47.3