Module: sip-router
Branch: master
Commit: 45b3f656c69ad43e6f9cf072ce3805dfcfdd49b4
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=45b3f65…
Author: Alex Balashov <abalashov(a)evaristesys.com>
Committer: Alex Balashov <abalashov(a)evaristesys.com>
Date: Wed Oct 6 03:10:47 2010 -0400
Some typo fixes and minor tweaks to xmlops docs.
---
modules/xmlops/doc/functions.xml | 2 +-
modules/xmlops/doc/xmlops.xml | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/xmlops/doc/functions.xml b/modules/xmlops/doc/functions.xml
index 8f1fc49..36daac0 100644
--- a/modules/xmlops/doc/functions.xml
+++ b/modules/xmlops/doc/functions.xml
@@ -11,7 +11,7 @@
</title>
<para>
Pseudo-variable for XML document operations using xpath syntax. For
- more see the Peudo-Variables Cookbook.
+ more see the Pseudo-Variables Cookbook.
</para>
<example>
<title><function>xml</function> usage</title>
diff --git a/modules/xmlops/doc/xmlops.xml b/modules/xmlops/doc/xmlops.xml
index fe8a9a1..94fc4b8 100644
--- a/modules/xmlops/doc/xmlops.xml
+++ b/modules/xmlops/doc/xmlops.xml
@@ -23,7 +23,7 @@
<section id="xmlops.overview">
<title>Overview</title>
<para>
- This is a module implementing funtions and pseudo-variables for
+ This is a module implementing functions and pseudo-variables for
XML operations.
</para>
</section>
@@ -51,8 +51,8 @@
<itemizedlist>
<listitem>
<para>
- <emphasis>libxml</emphasis> - for compilaiton is needed the devel
- vesion as well.
+ <emphasis>libxml</emphasis> - for compilation from source, the
+ development headers from this library are needed as well.
</para>
</listitem>
</itemizedlist>