From 73f46d27a7dd845c8b046dec23c73bb7db99d157 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 5 Nov 2010 04:03:43 +0000 Subject: [PATCH] typo git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031424 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/rewrite/rewritemap.html.en | 2 +- docs/manual/rewrite/rewritemap.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/rewrite/rewritemap.html.en b/docs/manual/rewrite/rewritemap.html.en index 99b7c11137..8e3251d8d1 100644 --- a/docs/manual/rewrite/rewritemap.html.en +++ b/docs/manual/rewrite/rewritemap.html.en @@ -300,7 +300,7 @@ by many requests.

When a MapType of int is used, the MapSource is one of the available internal RewriteMap functions. Module authors can provide - additional internal functions by registring them with the + additional internal functions by registering them with the ap_register_rewrite_mapfunc API. The functions that are provided by default are:

diff --git a/docs/manual/rewrite/rewritemap.xml b/docs/manual/rewrite/rewritemap.xml index 4d4a956611..d8bd1a8bdc 100644 --- a/docs/manual/rewrite/rewritemap.xml +++ b/docs/manual/rewrite/rewritemap.xml @@ -303,7 +303,7 @@ by many requests.

When a MapType of int is used, the MapSource is one of the available internal RewriteMap functions. Module authors can provide - additional internal functions by registring them with the + additional internal functions by registering them with the ap_register_rewrite_mapfunc API. The functions that are provided by default are:

-- 2.50.1