]> granicus.if.org Git - apache/commitdiff
* Fix a typo (timout -> timeout)
authorRuediger Pluem <rpluem@apache.org>
Wed, 6 Feb 2008 19:52:04 +0000 (19:52 +0000)
committerRuediger Pluem <rpluem@apache.org>
Wed, 6 Feb 2008 19:52:04 +0000 (19:52 +0000)
PR: 44360
Submitted by: Rainer Jung <rainer.jung kippdata.de>
Reviewed by: rpluem

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@619125 13f79535-47bb-0310-9956-ffa450edef68

modules/ldap/util_ldap.c
modules/proxy/proxy_util.c

index d007ee5cad40a55e614c5140f697188580a230b9..7a0f1dbb9be7fb066929aab2ace235ba722a3db5 100644 (file)
@@ -2333,7 +2333,7 @@ static const char *util_ldap_set_connection_timeout(cmd_parms *cmd,
                  " timeout to %ld seconds.", getpid(), st->connectionTimeout);
 #else
     ap_log_error(APLOG_MARK, APLOG_NOTICE, 0, cmd->server,
-                 "LDAP: Connection timout option not supported by the "
+                 "LDAP: Connection timeout option not supported by the "
                  "LDAP SDK in use." );
 #endif
 
index 410cb0523d19e17104c1f3c928d9c8e8aaf503b2..448e32798955d803cc14d89a5db27bb3aa880649 100644 (file)
@@ -2441,7 +2441,7 @@ PROXY_DECLARE(int) ap_proxy_connection_create(const char *proxy_function,
                  proxy_function, backend_addr, conn->hostname);
 
     /*
-     * save the timout of the socket because core_pre_connection
+     * save the timeout of the socket because core_pre_connection
      * will set it to base_server->timeout
      * (core TimeOut directive).
      */