Skip to content

Commit

Permalink
acc_radius: fix spelling errors catched by lintian #688
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxmaniac committed Jun 29, 2016
1 parent ae06067 commit 3d01ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/acc_radius/acc_radius_mod.c
Expand Up @@ -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;
}

Expand Down

0 comments on commit 3d01ec3

Please sign in to comment.