Skip to content

Commit

Permalink
xprint: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Feb 8, 2023
1 parent c86b5d8 commit ec6f3b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/xprint/xp_lib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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]!='_')
Expand Down

0 comments on commit ec6f3b1

Please sign in to comment.