You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by no...@apache.org on 2007/11/17 16:16:31 UTC

svn commit: r595959 - in /httpd/httpd/trunk/docs/manual/misc: perf-tuning.html.en perf-tuning.xml

Author: noodl
Date: Sat Nov 17 07:16:31 2007
New Revision: 595959

URL: http://svn.apache.org/viewvc?rev=595959&view=rev
Log:
'youare' typo (submitted by Luciene Gentis)

Modified:
    httpd/httpd/trunk/docs/manual/misc/perf-tuning.html.en
    httpd/httpd/trunk/docs/manual/misc/perf-tuning.xml

Modified: httpd/httpd/trunk/docs/manual/misc/perf-tuning.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/misc/perf-tuning.html.en?rev=595959&r1=595958&r2=595959&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/misc/perf-tuning.html.en (original)
+++ httpd/httpd/trunk/docs/manual/misc/perf-tuning.html.en Sat Nov 17 07:16:31 2007
@@ -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

Modified: httpd/httpd/trunk/docs/manual/misc/perf-tuning.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/misc/perf-tuning.xml?rev=595959&r1=595958&r2=595959&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/misc/perf-tuning.xml (original)
+++ httpd/httpd/trunk/docs/manual/misc/perf-tuning.xml Sat Nov 17 07:16:31 2007
@@ -467,7 +467,7 @@
         <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