From aa7c7fe5f983600747dd4a2f89d1f9639cb94f71 Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Mon, 16 Apr 2012 19:33:02 +0000 Subject: [PATCH] Typo fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1326763 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mpm_common.html.en | 2 +- docs/manual/mod/mpm_common.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en index 2b123a6c5ba..5f4deb300a2 100644 --- a/docs/manual/mod/mpm_common.html.en +++ b/docs/manual/mod/mpm_common.html.en @@ -518,7 +518,7 @@ Apache HTTP Server

Sets the server's TCP send buffer size to the number of bytes specified. It is often useful to set this past the OS's standard - default value on high speed, high latency conections + default value on high speed, high latency connections (i.e., 100ms or so, such as transcontinental fast pipes).

If set to the value of 0, the server will use the diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml index 0e418f87ed0..92413c3d26c 100644 --- a/docs/manual/mod/mpm_common.xml +++ b/docs/manual/mod/mpm_common.xml @@ -516,7 +516,7 @@ Apache HTTP Server

Sets the server's TCP send buffer size to the number of bytes specified. It is often useful to set this past the OS's standard - default value on high speed, high latency conections + default value on high speed, high latency connections (i.e., 100ms or so, such as transcontinental fast pipes).

If set to the value of 0, the server will use the -- 2.47.3