Skip to content

Commit

Permalink
ims_auth: typo succesSful
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 28, 2022
1 parent 6b9d60a commit fc827e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/ims_auth/sip_messages.h
Expand Up @@ -46,7 +46,7 @@
#define S_CSCF_SIP_MESSAGES_H_


#define MSG_200_SAR_OK "OK - SAR succesful and registrar saved"
#define MSG_200_SAR_OK "OK - SAR successful and registrar saved"

#define MSG_400_BAD_REQUEST "Bad Request"
#define MSG_400_BAD_Contact "Bad Request - Error parsing Contact header"
Expand Down
2 changes: 1 addition & 1 deletion src/modules/ims_auth/utils.c
Expand Up @@ -305,7 +305,7 @@ str ims_get_nonce(struct sip_msg *msg, str realm)
* Adds a header to the reply message
* @param msg - the request to add a header to its reply
* @param content - the str containing the new header
* @returns 1 on succes, 0 on failure
* @returns 1 on success, 0 on failure
*/
int ims_add_header_rpl(struct sip_msg *msg, str *hdr)
{
Expand Down

0 comments on commit fc827e3

Please sign in to comment.