Module: sip-router Branch: 3.1 Commit: c0f7a010fd65910b28f5b9fe4ca2218e376d68d4 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=c0f7a010...
Author: Henning Westerholt henning.westerholt@1und1.de Committer: Henning Westerholt henning.westerholt@1und1.de Date: Thu Feb 24 18:59:23 2011 +0100
pipelimit: a bunch of spelling fixes (cherry picked from commit 18fcaadf0741aaa98354319360b5e54420c273ec)
---
modules/pipelimit/README | 8 ++++---- modules/pipelimit/doc/pipelimit_admin.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/modules/pipelimit/README b/modules/pipelimit/README index 3514c7c..d248c48 100644 --- a/modules/pipelimit/README +++ b/modules/pipelimit/README @@ -154,7 +154,7 @@ modparam("pipelimit", "db_url", "dbdriver://username:password@dbhost/dbname")
3.2. plp_table_name (string)
- Name of DB table where data definitio for pipes is stores. + Name of DB table where data definition for pipes is stores.
Default value is “pl_pipes”.
@@ -223,7 +223,7 @@ modparam("ratelimit", "timer_interval", 5) modparam("ratelimit", "reply_code", 505) ...
- This value cant be modified at runtime using sercmd + This value can be modified at runtime using sercmd
Example 1.8. Set reply_code parameter at runtime sercmd cfg.set_now_int ratelimit reply_code 505 @@ -239,7 +239,7 @@ sercmd cfg.set_now_int ratelimit reply_code 505 modparam("ratelimit", "reply_reason", "Limiting") ...
- This value cant be modified at runtime using sercmd + This value can be modified at runtime using sercmd
Example 1.10. Set reply_reason parameter at runtime sercmd cfg.set_now_string ratelimit reply_reason "Limiting" @@ -387,7 +387,7 @@ sercmd cfg.set_now_string ratelimit reply_reason "Limiting"
5.6. pl_push_load
- Force the value of the load parameter. This methos is usefull for + Force the value of the load parameter. This command is useful for testing the Feedback algorithm.
Name: pl_push_load diff --git a/modules/pipelimit/doc/pipelimit_admin.xml b/modules/pipelimit/doc/pipelimit_admin.xml index 18ca757..b630d99 100644 --- a/modules/pipelimit/doc/pipelimit_admin.xml +++ b/modules/pipelimit/doc/pipelimit_admin.xml @@ -88,7 +88,7 @@ modparam("pipelimit", "db_url", "&exampledb;") <section> <title><varname>plp_table_name</varname> (string)</title> <para> - Name of DB table where data definitio for pipes is stores. + Name of DB table where data definition for pipes is stores. </para> <para> <emphasis> @@ -210,7 +210,7 @@ modparam("ratelimit", "reply_code", 505) </programlisting> </example> <para> - This value cant be modified at runtime using sercmd + This value can be modified at runtime using sercmd </para> <example> <title> Set <varname>reply_code</varname> parameter at runtime </title> @@ -240,7 +240,7 @@ modparam("ratelimit", "reply_reason", "Limiting") </programlisting> </example> <para> - This value cant be modified at runtime using sercmd + This value can be modified at runtime using sercmd </para> <example> <title> Set <varname>reply_reason</varname> parameter at runtime </title> @@ -471,7 +471,7 @@ sercmd cfg.set_now_string ratelimit reply_reason "Limiting" <function moreinfo="none">pl_push_load</function> </title> <para> - Force the value of the load parameter. This methos is usefull + Force the value of the load parameter. This command is useful for testing the Feedback algorithm. </para> <para>