From 96417dc927cdbcfb9ef54940a2d9eebba89b96fb Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Sat, 17 Nov 2007 15:18:30 +0000 Subject: [PATCH] 'youare' typo (submitted by Luciene Gentis) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@595961 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/perf-tuning.html.en | 2 +- docs/manual/misc/perf-tuning.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/misc/perf-tuning.html.en b/docs/manual/misc/perf-tuning.html.en index 2337efd1d05..fbfe64bf249 100644 --- a/docs/manual/misc/perf-tuning.html.en +++ b/docs/manual/misc/perf-tuning.html.en @@ -439,7 +439,7 @@

Since memory usage is such an important consideration in - performance, you should attempt to eliminate modules that youare + performance, you should attempt to eliminate modules that you are not actually using. If you have built the modules as DSOs, eliminating modules is a simple matter of commenting out the associated LoadModule directive for that module. This allows you to experiment with removing modules, and seeing diff --git a/docs/manual/misc/perf-tuning.xml b/docs/manual/misc/perf-tuning.xml index 79ad2d00cd9..8dc49ec74cf 100644 --- a/docs/manual/misc/perf-tuning.xml +++ b/docs/manual/misc/perf-tuning.xml @@ -467,7 +467,7 @@ Modules

Since memory usage is such an important consideration in - performance, you should attempt to eliminate modules that youare + performance, you should attempt to eliminate modules that you are not actually using. If you have built the modules as DSOs, eliminating modules is a simple matter of commenting out the associated