Module: sip-router
Branch: master
Commit: 420eeac3dcf4cc04c59ee700b9a8897d451491e2
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=420eeac…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Tue Apr 13 14:03:44 2010 +0200
reg(k): small spelling fix
---
modules_k/registrar/config.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules_k/registrar/config.c b/modules_k/registrar/config.c
index d595817..f187c1a 100644
--- a/modules_k/registrar/config.c
+++ b/modules_k/registrar/config.c
@@ -49,7 +49,7 @@ cfg_def_t registrar_cfg_def[] = {
{"default_expires", CFG_VAR_INT | CFG_CB_ONLY_ONCE, 0, 0, 0,
default_expires_stats_update,
"Contains number of second to expire if no expire hf or contact expire
present" },
{"default_expires_range", CFG_VAR_INT | CFG_CB_ONLY_ONCE, 0, 100, 0,
default_expires_range_update,
- "Procent from default_expires that will be used in generating the range for the
expire interval"},
+ "Percent from default_expires that will be used in generating the range for the
expire interval"},
{"min_expires", CFG_VAR_INT | CFG_CB_ONLY_ONCE, 0, 0, 0, 0,
"The minimum expires value of a Contact. Value 0 disables the checking. "},
{"max_expires", CFG_VAR_INT | CFG_CB_ONLY_ONCE, 0, 0, 0,
max_expires_stats_update,