[sr-dev] git:master: Fixing typo

Olle E. Johansson oej at edvina.net
Fri Nov 16 16:21:16 CET 2012


Module: sip-router
Branch: master
Commit: 5dfde0036ec5d954b451a811654617a82e10e82d
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=5dfde0036ec5d954b451a811654617a82e10e82d

Author: Olle E. Johansson <oej at edvina.net>
Committer: Olle E. Johansson <oej at edvina.net>
Date:   Fri Nov 16 16:21:02 2012 +0100

Fixing typo

---

 modules/xmlrpc/README         |    6 +++---
 modules/xmlrpc/doc/params.xml |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modules/xmlrpc/README b/modules/xmlrpc/README
index 81dcf13..7c049a2 100644
--- a/modules/xmlrpc/README
+++ b/modules/xmlrpc/README
@@ -2,7 +2,7 @@ Jan Janak
 
    iptelorg GmbH
 
-   Copyright © 2005 iptelorg GmbH
+   Copyright © 2005 iptelorg GmbH
      __________________________________________________________________
 
    1.1. Design Goals
@@ -408,7 +408,7 @@ Content-Length: 276
 1.3.3. Type Conversion
 
    The data types of the RPC API are converted to the data types of
-   XML-RPC and vice versa. Table 1, “Data Type Conversion” shows for each
+   XML-RPC and vice versa. Table 1, "Data Type Conversion" shows for each
    RPC API data type corresponding XML-RPC data type.
 
    Table 1. Data Type Conversion
@@ -589,7 +589,7 @@ modparam("xmlrpc", "url_skip", "^/sip")
 
 1.5.7. url_match (str)
 
-   Regular expression to match the HTPP URL. If there is no match, then
+   Regular expression to match the HTTP URL. If there is no match, then
    xmlrpc route is not executed. This check is done after url_skip, so if
    both url_skip and url_match would match then the xmlrpc route is not
    executed (url_skip has higher priority).
diff --git a/modules/xmlrpc/doc/params.xml b/modules/xmlrpc/doc/params.xml
index 6433d13..ac07751 100644
--- a/modules/xmlrpc/doc/params.xml
+++ b/modules/xmlrpc/doc/params.xml
@@ -151,7 +151,7 @@ modparam("xmlrpc", "url_skip", "^/sip")
 	<section>
 		<title><varname>url_match</varname> (str)</title>
 		<para>
-			Regular expression to match the HTPP URL. If there is no match,
+			Regular expression to match the HTTP URL. If there is no match,
 			then xmlrpc route is not executed. This check is done after
 			url_skip, so if both url_skip and url_match would match then
 			the xmlrpc route is not executed (url_skip has higher priority).




More information about the sr-dev mailing list