Skip to content

Commit

Permalink
avp: fix typo
Browse files Browse the repository at this point in the history
Thanks, lintian
> I: kamailio: spelling-error-in-binary usr/lib/x86_64-linux-gnu/kamailio/modules/avp.so formating formatting
  • Loading branch information
linuxmaniac committed Feb 7, 2018
1 parent 900d9fd commit f907e19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/avp/avp.c
Expand Up @@ -701,7 +701,7 @@ static int xl_printstr(struct sip_msg* msg, xl_elog_t* format, char** res, int*

len = xlbuf_size;
if (xl_print(msg, format, xlbuf, &len)<0) {
LOG(L_ERR, "xl_printstr: Error while formating result\n");
LOG(L_ERR, "xl_printstr: Error while formatting result\n");
return -1;
}

Expand Down

0 comments on commit f907e19

Please sign in to comment.