]> granicus.if.org Git - apache/commitdiff
'youare' typo (submitted by Luciene Gentis)
authorVincent Bray <noodl@apache.org>
Sat, 17 Nov 2007 15:16:31 +0000 (15:16 +0000)
committerVincent Bray <noodl@apache.org>
Sat, 17 Nov 2007 15:16:31 +0000 (15:16 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@595959 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/perf-tuning.html.en
docs/manual/misc/perf-tuning.xml

index af00deaf9487668601b6f1d08d99c589705b679b..323ee722b5a70cf0a47fcea852c2b30a91928148 100644 (file)
         
 
         <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
index 79ad2d00cd9643bb744bf373c45d3c02b11301d3..8dc49ec74cfac66e5df6f2c6faee6962dce77fb9 100644 (file)
         <title>Modules</title>
 
         <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 <directive