You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dp...@apache.org on 2002/11/03 06:28:12 UTC

cvs commit: httpd-2.0/docs/manual dso.xml dso.html.en

dpejesh     2002/11/02 21:28:12

  Modified:    docs/manual dso.xml dso.html.en
  Log:
  Fix typo.
  
  Submitted by: Luiz Rocha <ls...@lsdr.net>
  
  Revision  Changes    Path
  1.3       +2 -2      httpd-2.0/docs/manual/dso.xml
  
  Index: dso.xml
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/dso.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dso.xml	29 Aug 2002 11:20:02 -0000	1.2
  +++ dso.xml	3 Nov 2002 05:28:12 -0000	1.3
  @@ -42,7 +42,7 @@
       itself. Practically all other distributed Apache modules can then
       be placed into a DSO by individually enabling the DSO build for
       them via <code>configure</code>'s
  -    <code>--enable-<em>module</em>=shared</code> option as disucussed
  +    <code>--enable-<em>module</em>=shared</code> option as discussed
       in the <a href="install.html">install documentation</a>. After a
       module is compiled into a DSO named <code>mod_foo.so</code> you
       can use <module>mod_so</module>'s <directive
  @@ -291,4 +291,4 @@
   
   </section>
   
  -</manualpage>
  \ No newline at end of file
  +</manualpage>
  
  
  
  1.29      +1 -1      httpd-2.0/docs/manual/dso.html.en
  
  Index: dso.html.en
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/manual/dso.html.en,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- dso.html.en	10 Sep 2002 02:03:38 -0000	1.28
  +++ dso.html.en	3 Nov 2002 05:28:12 -0000	1.29
  @@ -29,7 +29,7 @@
       itself. Practically all other distributed Apache modules can then
       be placed into a DSO by individually enabling the DSO build for
       them via <code>configure</code>'s
  -    <code>--enable-<em>module</em>=shared</code> option as disucussed
  +    <code>--enable-<em>module</em>=shared</code> option as discussed
       in the <a href="install.html">install documentation</a>. After a
       module is compiled into a DSO named <code>mod_foo.so</code> you
       can use <code class="module"><a href="./mod/mod_so.html">mod_so</a></code>'s <code class="directive"><a href="./mod/mod_so.html#loadmodule">LoadModule</a></code> command in your