소스 검색

xmlops: regenerate README after doc change

Henning Westerholt 15 년 전
부모
커밋
7fdb47ff7f
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      modules/xmlops/README

+ 4 - 3
modules/xmlops/README

@@ -25,7 +25,7 @@ Daniel-Constantin Mierla
 
 1.1. Overview
 
-   This is a module implementing funtions and pseudo-variables for XML
+   This is a module implementing functions and pseudo-variables for XML
    operations.
 
 1.2. Dependencies
@@ -39,7 +39,8 @@ Daniel-Constantin Mierla
 
    The following libraries or applications must be installed before
    running kamailio with this module loaded:
-     * libxml - for compilaiton is needed the devel vesion as well.
+     * libxml - for compilation from source, the development headers from
+       this library are needed as well.
 
 1.3. Parameters
 
@@ -69,7 +70,7 @@ modparam("xmlops", "xml_ns", "rpid=urn:ietf:params:xml:ns:pidf:rpid")
 1.4.1.  $xml(name=>spec)
 
    Pseudo-variable for XML document operations using xpath syntax. For
-   more see the Peudo-Variables Cookbook.
+   more see the Pseudo-Variables Cookbook.
 
    Example 3. xml usage
 ...