浏览代码

Fixing typo

Olle E. Johansson 13 年之前
父节点
当前提交
5dfde0036e
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 3 3
      modules/xmlrpc/README
  2. 1 1
      modules/xmlrpc/doc/params.xml

+ 3 - 3
modules/xmlrpc/README

@@ -2,7 +2,7 @@ Jan Janak
 
 
    iptelorg GmbH
    iptelorg GmbH
 
 
-   Copyright © 2005 iptelorg GmbH
+   Copyright © 2005 iptelorg GmbH
      __________________________________________________________________
      __________________________________________________________________
 
 
    1.1. Design Goals
    1.1. Design Goals
@@ -408,7 +408,7 @@ Content-Length: 276
 1.3.3. Type Conversion
 1.3.3. Type Conversion
 
 
    The data types of the RPC API are converted to the data types of
    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.
    RPC API data type corresponding XML-RPC data type.
 
 
    Table 1. Data Type Conversion
    Table 1. Data Type Conversion
@@ -589,7 +589,7 @@ modparam("xmlrpc", "url_skip", "^/sip")
 
 
 1.5.7. url_match (str)
 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
    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
    both url_skip and url_match would match then the xmlrpc route is not
    executed (url_skip has higher priority).
    executed (url_skip has higher priority).

+ 1 - 1
modules/xmlrpc/doc/params.xml

@@ -151,7 +151,7 @@ modparam("xmlrpc", "url_skip", "^/sip")
 	<section>
 	<section>
 		<title><varname>url_match</varname> (str)</title>
 		<title><varname>url_match</varname> (str)</title>
 		<para>
 		<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
 			then xmlrpc route is not executed. This check is done after
 			url_skip, so if both url_skip and url_match would match then
 			url_skip, so if both url_skip and url_match would match then
 			the xmlrpc route is not executed (url_skip has higher priority).
 			the xmlrpc route is not executed (url_skip has higher priority).