Browse Source

modules_k/acc: Fix typo.

Timo Reimann 14 years ago
parent
commit
8573ebdc4a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules_k/acc/acc_mod.c

+ 1 - 1
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;
     }