]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
'youare' typo (submitted by Luciene Gentis)
authorVincent Bray <noodl@apache.org>
Sat, 17 Nov 2007 15:19:41 +0000 (15:19 +0000)
committerVincent Bray <noodl@apache.org>
Sat, 17 Nov 2007 15:19:41 +0000 (15:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@595963 13f79535-47bb-0310-9956-ffa450edef68

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

index 1430a9f79acb147136119ffc7b8c90f65fded3a8..7641cc6bae50494eac5d7d337744cd38da930e4e 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 1d77463ab673565228a4c157bcbbe11424e24e80..85c3fb6609ebc534dccef8515fbe85bf009b8d58 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