Browse Source

acc_radius: fix spelling errors catched by lintian #688

Victor Seva 9 years ago
parent
commit
3d01ec3d59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/acc_radius/acc_radius_mod.c

+ 1 - 1
modules/acc_radius/acc_radius_mod.c

@@ -415,7 +415,7 @@ int acc_radius_send_request(struct sip_msg *req, acc_info_t *inf)
         }else if(rc_result==OK_RC){
                 LM_DBG("Radius accounting - OK \n");
         }else{
-        	LM_ERR("Radius accounting - Unkown response \n");
+        	LM_ERR("Radius accounting - Unknown response \n");
                 goto error;
         }