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

Author: Olle E. Johansson <[email protected]>
Committer: Olle E. Johansson <[email protected]>
Date:   Sun Oct 14 21:57:24 2012 +0200

registrar Fix typos in README

---

 modules_k/registrar/README                  |    4 ++--
 modules_k/registrar/doc/registrar_admin.xml |    2 +-
 modules_k/registrar/doc/registrar_faq.xml   |    2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/modules_k/registrar/README b/modules_k/registrar/README
index 488c068..bff756d 100644
--- a/modules_k/registrar/README
+++ b/modules_k/registrar/README
@@ -302,7 +302,7 @@ modparam("registrar", "default_expires", 1800)
 
    Example 1.2. Set default_expires_range parameter
 ...
-modparam("registrar", "default_expires", 30) # +- 30% from default_expires
+modparam("registrar", "default_expires_range", 30) # +- 30% from 
default_expires
 ...
 
 3.3. min_expires (integer)
@@ -991,5 +991,5 @@ Chapter 2. Frequently Asked Questions
 
    What happened to the desc_time_order parameter?
 
-   It was removed, as its functionality was mmigrate into usrloc module,
+   It was removed, as its functionality was migrated into usrloc module,
    were there is a parameter with the same name.
diff --git a/modules_k/registrar/doc/registrar_admin.xml 
b/modules_k/registrar/doc/registrar_admin.xml
index 79f76bc..91b2832 100644
--- a/modules_k/registrar/doc/registrar_admin.xml
+++ b/modules_k/registrar/doc/registrar_admin.xml
@@ -171,7 +171,7 @@ modparam("registrar", "default_expires", 1800)
                <title>Set <varname>default_expires_range</varname> 
parameter</title>
                <programlisting format="linespecific">
 ...
-modparam("registrar", "default_expires", 30) # +- 30% from default_expires
+modparam("registrar", "default_expires_range", 30) # +- 30% from 
default_expires
 ...
 </programlisting>
                </example>
diff --git a/modules_k/registrar/doc/registrar_faq.xml 
b/modules_k/registrar/doc/registrar_faq.xml
index 92dc63f..77410a1 100644
--- a/modules_k/registrar/doc/registrar_faq.xml
+++ b/modules_k/registrar/doc/registrar_faq.xml
@@ -109,7 +109,7 @@
                </question>
                <answer>
                <para>
-                       It was removed, as its functionality was mmigrate into 
usrloc
+                       It was removed, as its functionality was migrated into 
usrloc
                        module, were there is a parameter with the same name.
                </para>
                </answer>


_______________________________________________
sr-dev mailing list
[email protected]
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to