Skip to content

Commit

Permalink
cplc: typos a/an
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 16, 2022
1 parent 0e3ad10 commit 3ac5a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/cplc/cplc.c
Expand Up @@ -924,7 +924,7 @@ static int cpl_process_register(struct sip_msg* msg, int no_rpl)
resume_script:
return 1;
error:
/* send a error reply back */
/* send an error reply back */
cpl_fct.slb.freply( msg, cpl_err->err_code, &cpl_err->err_msg);
/* I don't want to return to script execution, so I return 0 to do break */
return 0;
Expand Down

0 comments on commit 3ac5a9f

Please sign in to comment.