]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* modules/ssl/ssl_engine_init.c: Fix typo in log message.
authorJoe Orton <jorton@apache.org>
Fri, 19 Oct 2018 16:19:39 +0000 (16:19 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 19 Oct 2018 16:19:39 +0000 (16:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1844354 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/ssl_engine_init.c

index 2c589a55aff54fc8f651d212dc69f3b1603b38fa..654ea052a734883ab213137a6230472f4feb8e00 100644 (file)
@@ -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 {