You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2013/02/28 23:31:08 UTC

svn commit: r1451402 - /httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml

Author: humbedooh
Date: Thu Feb 28 22:31:08 2013
New Revision: 1451402

URL: http://svn.apache.org/r1451402
Log:
fix the wording of a line, as per comment 909 on the site.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml?rev=1451402&r1=1451401&r2=1451402&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/urlmapping.xml Thu Feb 28 22:31:08 2013
@@ -328,8 +328,8 @@ proxying scenarios can be handled.</p>
     <p><module>mod_dir</module> provides <directive module="mod_dir"
     >FallbackResource</directive>, which can be used to map virtual
     URIs to a real resource, which then serves them. This is a very
-    useful replace to <module>mod_rewrite</module> when implementing
-    a 'front controler'</p>
+    useful replacement for <module>mod_rewrite</module> when implementing
+    a 'front controller'</p>
 
     <p>If all attempts to locate the content fail, httpd returns
     an error page with HTTP status code 404 (file not found). The