Explorar o código

modules_k/acc: Fix typo.

Timo Reimann %!s(int64=14) %!d(string=hai) anos
pai
achega
8573ebdc4a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)
     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;
         return -1;
     }
     }