Commit 1e816f34 authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

Fix typo spotted by <module> angeloxx

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1788719 13f79535-47bb-0310-9956-ffa450edef68
parent 4c4c2f8b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ CacheSocacheMaxSize 102400
    <note><title>Note:</title>
      <p><module>mod_cache_socache</module> requires the services of
      <module>mod_cache</module>, which must be loaded before
      mod_cache_socache.</p>
      <module>mod_cache_socache</module>.</p>
    </note>
</summary>
<seealso><module>mod_cache</module></seealso>
@@ -199,7 +199,7 @@ cache</description>
    cache, as opposed to data being served from the cache.</p>

    <highlight language="config">
      CacheReadSize 102400
      CacheSocacheReadSize 102400
    </highlight>
</usage>
</directivesynopsis>