[sr-dev] git:master: modules/sipt/doc: corrected documentation typos

Torrey Searle tsearle at gmail.com
Thu Apr 4 11:46:41 CEST 2013


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

Author: Torrey Searle <tsearle at gmail.com>
Committer: Torrey Searle <tsearle at gmail.com>
Date:   Thu Apr  4 11:40:26 2013 +0200

modules/sipt/doc: corrected documentation typos

---

 modules/sipt/doc/sipt_admin.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/sipt/doc/sipt_admin.xml b/modules/sipt/doc/sipt_admin.xml
index 08e3e4e..4674161 100644
--- a/modules/sipt/doc/sipt_admin.xml
+++ b/modules/sipt/doc/sipt_admin.xml
@@ -59,14 +59,14 @@ sipt_destination($rU, 31, 4);
 	<section>
 		<title><function moreinfo="none">sipt_get_hop_count()</function></title>
 		<para>
-			Returns the value of the Hop Coutner for the IAM message if it exists.
+			Returns the value of the Hop Counter for the IAM message if it exists.
 			Returns -1 if there isn't a hop counter.
 		</para>
 		<example>
 			<title><function moreinfo="none">sipt_get_hop_counter()</function> usage</title>
 			<programlisting format="linespecific">
 ...
-# get the hop couter and update the Max-Forwards header if it exists
+# get the hop counter and update the Max-Forwards header if it exists
 $avp(s:hop) = sipt_get_hop_counter();
 if($avp(s:hop) > 0)
 {




More information about the sr-dev mailing list