Module: kamailio Branch: master Commit: ec6f3b122f9c41b437ccfcb07b0952e2ffcc2719 URL: https://github.com/kamailio/kamailio/commit/ec6f3b122f9c41b437ccfcb07b0952e2...
Author: �������������������� �������������������������������� git-dpa@aegee.org Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-02-08T14:05:32+01:00
xprint: typos
---
Modified: src/modules/xprint/xp_lib.c
---
Diff: https://github.com/kamailio/kamailio/commit/ec6f3b122f9c41b437ccfcb07b0952e2... Patch: https://github.com/kamailio/kamailio/commit/ec6f3b122f9c41b437ccfcb07b0952e2...
---
diff --git a/src/modules/xprint/xp_lib.c b/src/modules/xprint/xp_lib.c index 89d53d59fc2..06b744fe92d 100644 --- a/src/modules/xprint/xp_lib.c +++ b/src/modules/xprint/xp_lib.c @@ -239,7 +239,7 @@ static int xl_get_ruri(struct sip_msg *msg, str *res, str *hp, int hi, int hf) if(msg==NULL || res==NULL) return -1;
- if(msg->first_line.type == SIP_REPLY) /* REPLY doesnt have a ruri */ + if(msg->first_line.type == SIP_REPLY) /* REPLY doesn't have a ruri */ return xl_get_null(msg, res, hp, hi, hf);
if(msg->parsed_uri_ok==0 /* R-URI not parsed*/ && parse_sip_msg_uri(msg)<0) @@ -580,7 +580,7 @@ static int xl_get_color(struct sip_msg *msg, str *res, str *hp, int hi, int hf) p = color; end = p + COL_BUF;
- /* excape sequenz */ + /* escape sequence */ append_sstring(p, end, "\033[");
if(hp->s[0]!='_')