Skip to content

Commit

Permalink
sl: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 28, 2022
1 parent 6c09b14 commit 259373e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/sl/doc/sl.xml
Expand Up @@ -64,7 +64,7 @@
matter to you, better use stateful processing (<acronym>TM</acronym>
module) for INVITE processing. Particularly, the problem happens when a UA
sends an INVITE which already has a to-tag in it (e.g., a
re-INVITE) and the server want to reply to it. Then, it will keep the
re-INVITE) and the server wants to reply to it. Then, it will keep the
current to-tag, which will be mirrored in ACK. &kamailio; will not see
its signature and forward the ACK downstream. Caused harm is not
bad, just a useless ACK is forwarded.
Expand Down
2 changes: 1 addition & 1 deletion src/modules/sl/sl.h
Expand Up @@ -70,7 +70,7 @@ int sl_register_callback(sl_cbelem_t *cbe);
void sl_run_callbacks(unsigned int type, struct sip_msg *req,
int code, char *reason, str *reply, struct dest_info *dst);

/* prototypes for SL API funtions */
/* prototypes for SL API functions */
typedef int (*get_reply_totag_f)(struct sip_msg *msg, str *tag);
typedef int (*send_reply_f)(struct sip_msg *msg, int code, str *reason);
typedef int (*sl_send_reply_f)(struct sip_msg *msg, int code, char *reason);
Expand Down

0 comments on commit 259373e

Please sign in to comment.