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:19:41 UTC

svn commit: r595963 - in /httpd/httpd/branches/2.0.x/docs/manual/misc: perf-tuning.html.en perf-tuning.xml

Author: noodl
Date: Sat Nov 17 07:19:41 2007
New Revision: 595963

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

Modified:
    httpd/httpd/branches/2.0.x/docs/manual/misc/perf-tuning.html.en
    httpd/httpd/branches/2.0.x/docs/manual/misc/perf-tuning.xml

Modified: httpd/httpd/branches/2.0.x/docs/manual/misc/perf-tuning.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/misc/perf-tuning.html.en?rev=595963&r1=595962&r2=595963&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/misc/perf-tuning.html.en (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/misc/perf-tuning.html.en Sat Nov 17 07:19:41 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/branches/2.0.x/docs/manual/misc/perf-tuning.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/docs/manual/misc/perf-tuning.xml?rev=595963&r1=595962&r2=595963&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/misc/perf-tuning.xml (original)
+++ httpd/httpd/branches/2.0.x/docs/manual/misc/perf-tuning.xml Sat Nov 17 07:19:41 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