Explorar el Código

dispatcher: Fixing misspelled words in some docs

alezzandro hace 10 años
padre
commit
1dd98c58cf
Se han modificado 2 ficheros con 11 adiciones y 5 borrados
  1. 9 3
      modules/dispatcher/README
  2. 2 2
      modules/dispatcher/doc/dispatcher_admin.xml

+ 9 - 3
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)

+ 2 - 2
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>