From: Joe Orton Date: Fri, 19 Oct 2018 16:19:39 +0000 (+0000) Subject: * modules/ssl/ssl_engine_init.c: Fix typo in log message. X-Git-Tag: 2.5.0-alpha2-ci-test-only~2271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a68fa9eed835e9bb21381351f497252bfe2ea5d;p=thirdparty%2Fapache%2Fhttpd.git * modules/ssl/ssl_engine_init.c: Fix typo in log message. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1844354 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/ssl_engine_init.c b/modules/ssl/ssl_engine_init.c index 2c589a55aff..654ea052a73 100644 --- a/modules/ssl/ssl_engine_init.c +++ b/modules/ssl/ssl_engine_init.c @@ -1799,7 +1799,7 @@ static apr_status_t ssl_init_server_ctx(server_rec *s, if (pks->cert_files->nelts > 0 || pks->key_files->nelts > 0) { ap_log_error(APLOG_MARK, APLOG_WARNING, 0, s, APLOGNO(10084) "Init: (%s) You configured certificate/key files on this host, but " - "is is covered by a Managed Domain. You need to remove these directives " + "it is covered by a Managed Domain. You need to remove these directives " "for the Managed Domain to take over.", ssl_util_vhostid(p, s)); } else {