[sr-dev] git:master:1dd98c58: dispatcher: Fixing misspelled words in some docs

alezzandro alezzandro at gmail.com
Fri Jan 9 20:11:31 CET 2015


Module: kamailio
Branch: master
Commit: 1dd98c58cfc7eca6cb7b6db703d010804051c75c
URL: https://github.com/kamailio/kamailio/commit/1dd98c58cfc7eca6cb7b6db703d010804051c75c

Author: alezzandro <alezzandro at gmail.com>
Committer: alezzandro <alezzandro at gmail.com>
Date: 2014-12-24T00:28:58+01:00

dispatcher: Fixing misspelled words in some docs

---

Modified: modules/dispatcher/README
Modified: modules/dispatcher/doc/dispatcher_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/1dd98c58cfc7eca6cb7b6db703d010804051c75c.diff
Patch: https://github.com/kamailio/kamailio/commit/1dd98c58cfc7eca6cb7b6db703d010804051c75c.patch

---

diff --git a/modules/dispatcher/README b/modules/dispatcher/README
index 23515d8..78af356 100644
--- a/modules/dispatcher/README
+++ b/modules/dispatcher/README
@@ -22,6 +22,12 @@ Olle E. Johansson
 
    Edvina AB
 
+Edited by
+
+Alessandro Arrichiello
+
+   Hewlett-Packard
+
    Copyright © 2004 FhG FOKUS
 
    Copyright © 2005 Voice Sistem
@@ -140,7 +146,7 @@ Olle E. Johansson
    1.21. Set the "ds_ping_method" parameter
    1.22. Set the "ds_ping_from" parameter
    1.23. Set the "ds_ping_interval" parameter
-   1.24. Set the "ds_probing_threshhold" parameter
+   1.24. Set the "ds_probing_threshold" parameter
    1.25. Set the "ds_ping_reply_codes" parameter
    1.26. Set the "ds_probing_mode" parameter
    1.27. Set the "ds_hash_size" parameter
@@ -632,9 +638,9 @@ Note
 
    Default value is "1" (set inactive with first failure).
 
-   Example 1.24. Set the "ds_probing_threshhold" parameter
+   Example 1.24. Set the "ds_probing_threshold" parameter
  ...
- modparam("dispatcher", "ds_probing_threshhold", 10)
+ modparam("dispatcher", "ds_probing_threshold", 10)
  ...
 
 3.24. ds_ping_reply_codes (string)
diff --git a/modules/dispatcher/doc/dispatcher_admin.xml b/modules/dispatcher/doc/dispatcher_admin.xml
index 404bbd2..5e57ae6 100644
--- a/modules/dispatcher/doc/dispatcher_admin.xml
+++ b/modules/dispatcher/doc/dispatcher_admin.xml
@@ -598,10 +598,10 @@ modparam("dispatcher", "force_dst", 1)
  		</emphasis>
  		</para>
  		<example>
- 		<title>Set the <quote>ds_probing_threshhold</quote> parameter</title>
+ 		<title>Set the <quote>ds_probing_threshold</quote> parameter</title>
  <programlisting format="linespecific">
  ...
- modparam("dispatcher", "ds_probing_threshhold", 10)
+ modparam("dispatcher", "ds_probing_threshold", 10)
  ...
  </programlisting>
  		</example>




More information about the sr-dev mailing list