From: Daniel Gruno
Date: Thu, 28 Feb 2013 22:28:42 +0000 (+0000)
Subject: fix the wording of a line, as per comment 909 on the site.
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8b0e8c1de3e7f1c2eff41b7bfbb578431d53deb;p=thirdparty%2Fapache%2Fhttpd.git
fix the wording of a line, as per comment 909 on the site.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1451399 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/urlmapping.xml b/docs/manual/urlmapping.xml
index 9674602fd08..30d029383ed 100644
--- a/docs/manual/urlmapping.xml
+++ b/docs/manual/urlmapping.xml
@@ -328,8 +328,8 @@ proxying scenarios can be handled.
mod_dir provides FallbackResource, which can be used to map virtual
URIs to a real resource, which then serves them. This is a very
- useful replace to mod_rewrite when implementing
- a 'front controler'
+ useful replacement to mod_rewrite when implementing
+ a 'front controller'
If all attempts to locate the content fail, httpd returns
an error page with HTTP status code 404 (file not found). The