summaryrefslogtreecommitdiffstats
path: root/docs/manual/misc/perf-tuning.html.en
diff options
context:
space:
mode:
authorVincent Bray <noodl@apache.org>2007-11-17 16:16:31 +0100
committerVincent Bray <noodl@apache.org>2007-11-17 16:16:31 +0100
commit0057d8d5ff4025bd09abe3a5a2859abe5386b36d (patch)
tree1f95fbcc9e4917c2376360e142437ccdcfdd3682 /docs/manual/misc/perf-tuning.html.en
parentSafer fix to PR43882 than in r595672. (diff)
downloadapache2-0057d8d5ff4025bd09abe3a5a2859abe5386b36d.tar.xz
apache2-0057d8d5ff4025bd09abe3a5a2859abe5386b36d.zip
'youare' typo (submitted by Luciene Gentis)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@595959 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/misc/perf-tuning.html.en')
-rw-r--r--docs/manual/misc/perf-tuning.html.en2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/misc/perf-tuning.html.en b/docs/manual/misc/perf-tuning.html.en
index af00deaf94..323ee722b5 100644
--- a/docs/manual/misc/perf-tuning.html.en
+++ b/docs/manual/misc/perf-tuning.html.en
@@ -439,7 +439,7 @@
<p>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 <a href="../dso.html">DSOs</a>, eliminating modules is a simple
matter of commenting out the associated <code class="directive"><a href="../mod/mod_so.html#loadmodule">LoadModule</a></code> directive for that module.
This allows you to experiment with removing modules, and seeing