Module: kamailio
Branch: master
Commit: 4e219ebae59be64009dc59a28cb158ae4a51db50
URL:
https://github.com/kamailio/kamailio/commit/4e219ebae59be64009dc59a28cb158a…
Author: Mikko Lehto <mslehto(a)iki.fi>
Committer: Mikko Lehto <mslehto(a)iki.fi>
Date: 2017-08-21T17:49:38+03:00
topoh: fix documentation typo
---
Modified: src/modules/topoh/doc/topoh_admin.xml
Modified: src/modules/topoh/topoh_mod.c
---
Diff:
https://github.com/kamailio/kamailio/commit/4e219ebae59be64009dc59a28cb158a…
Patch:
https://github.com/kamailio/kamailio/commit/4e219ebae59be64009dc59a28cb158a…
---
diff --git a/src/modules/topoh/doc/topoh_admin.xml
b/src/modules/topoh/doc/topoh_admin.xml
index f421f8ce64..1732b77724 100644
--- a/src/modules/topoh/doc/topoh_admin.xml
+++ b/src/modules/topoh/doc/topoh_admin.xml
@@ -17,7 +17,7 @@
<title>Overview</title>
<para>
This module hides the SIP routing headers that show topology details.
- It it is not affected by the server being transaction stateless or
+ It is not affected by the server being transaction stateless or
stateful. The script interpreter gets the SIP messages decoded,
so all existing functionality is preserved.
</para>
diff --git a/src/modules/topoh/topoh_mod.c b/src/modules/topoh/topoh_mod.c
index 164087592a..4d41e229b6 100644
--- a/src/modules/topoh/topoh_mod.c
+++ b/src/modules/topoh/topoh_mod.c
@@ -26,7 +26,7 @@
/*! \defgroup topoh Kamailio :: Topology hiding
*
* This module hides the SIP routing headers that show topology details.
- * It it is not affected by the server being transaction stateless or
+ * It is not affected by the server being transaction stateless or
* stateful. The script interpreter gets the SIP messages decoded, so all
* existing functionality is preserved.
*/