[sr-dev] git:master: modules_k/acc: Fix typo.

Timo Reimann timo.reimann at 1und1.de
Thu Aug 18 15:04:57 CEST 2011


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

Author: Timo Reimann <timo.reimann at 1und1.de>
Committer: Timo Reimann <timo.reimann at 1und1.de>
Date:   Thu Aug 18 15:04:33 2011 +0200

modules_k/acc: Fix typo.

---

 modules_k/acc/acc_mod.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules_k/acc/acc_mod.c b/modules_k/acc/acc_mod.c
index 0f796cb..d64610f 100644
--- a/modules_k/acc/acc_mod.c
+++ b/modules_k/acc/acc_mod.c
@@ -525,7 +525,7 @@ static int mod_init( void )
 
     if( cdr_enable < 0 || cdr_enable > 1)
     {
-        LM_ERR("cdr_enable is out of rage\n");
+        LM_ERR("cdr_enable is out of range\n");
         return -1;
     }
 




More information about the sr-dev mailing list