From c0ce91dc70da9543be56fb97d78b83509897d246 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Wed, 6 Feb 2008 19:52:04 +0000 Subject: [PATCH] * Fix a typo (timout -> timeout) PR: 44360 Submitted by: Rainer Jung 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 | 2 +- modules/proxy/proxy_util.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ldap/util_ldap.c b/modules/ldap/util_ldap.c index d007ee5cad..7a0f1dbb9b 100644 --- a/modules/ldap/util_ldap.c +++ b/modules/ldap/util_ldap.c @@ -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 diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 410cb0523d..448e327989 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -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). */ -- 2.40.0