]> granicus.if.org Git - apache/commitdiff
Fix a typo
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 20 Sep 2019 20:51:26 +0000 (20:51 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 20 Sep 2019 20:51:26 +0000 (20:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1867255 13f79535-47bb-0310-9956-ffa450edef68

modules/metadata/mod_remoteip.c

index a0cbc0ff77c8601b85ea8bba6c4ee97398317e87..045e9887be31d1559e4c0dafab9f579b7f73fe59 100644 (file)
@@ -393,7 +393,7 @@ static void remoteip_warn_enable_conflict(remoteip_addr_info *prev, server_rec *
 
     ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, new, APLOGNO(03491)
                  "RemoteIPProxyProtocol: previous setting for %s:%hu from virtual "
-                 "host {%s:%hu in %s} is being overriden by virtual host "
+                 "host {%s:%hu in %s} is being overridden by virtual host "
                  "{%s:%hu in %s}; new setting is '%s'",
                  buf, prev->addr->port, prev->source->server_hostname,
                  prev->source->addrs->host_port, prev->source->defn_name,