Module: sip-router Branch: master Commit: fd2c02bb06d35dca81be2e5c40e4190c91c58603 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=fd2c02bb...
Author: Alex Balashov abalashov@evaristesys.com Committer: Alex Balashov abalashov@evaristesys.com Date: Tue Oct 5 20:28:28 2010 -0400
Fixed typo in 'xhttp' module documentation.
---
modules/xhttp/README | 2 +- modules/xhttp/doc/xhttp_admin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/xhttp/README b/modules/xhttp/README index a44ee3c..ae772fd 100644 --- a/modules/xhttp/README +++ b/modules/xhttp/README @@ -91,7 +91,7 @@ Chapter 1. Admin Guide
3.1. url_skip (str)
- Regular expression to match the HTPP URL. If there is match, then event + Regular expression to match the HTTP URL. If there is match, then event route is not executed.
Default value is null (don't skip). diff --git a/modules/xhttp/doc/xhttp_admin.xml b/modules/xhttp/doc/xhttp_admin.xml index 9ca9af8..7128d34 100644 --- a/modules/xhttp/doc/xhttp_admin.xml +++ b/modules/xhttp/doc/xhttp_admin.xml @@ -63,7 +63,7 @@ <section> <title><varname>url_skip</varname> (str)</title> <para> - Regular expression to match the HTPP URL. If there is match, + Regular expression to match the HTTP URL. If there is match, then event route is not executed. </para> <para>