Skip to content

Commit

Permalink
uri_db: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Jun 12, 2023
1 parent 4774bcf commit 9156897
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/uri_db/checks.c
Expand Up @@ -204,7 +204,7 @@ int check_from(struct sip_msg *_m, char *_s1, char *_s2)

/*
* Checks username part of the supplied sip URI.
* Optinal with supplied credentials.
* Optional with supplied credentials.
*/
int ki_check_uri_realm(
struct sip_msg *msg, str *suri, str *susername, str *srealm)
Expand Down
2 changes: 1 addition & 1 deletion src/modules/uri_db/checks.h
Expand Up @@ -44,7 +44,7 @@ int check_from(struct sip_msg *_msg, char *_str1, char *_str2);

/*
* Checks username part of the supplied sip URI.
* Optinal with supplied credentials.
* Optional with supplied credentials.
*/
int check_uri(struct sip_msg *msg, char *uri, char *username, char *realm);

Expand Down

0 comments on commit 9156897

Please sign in to comment.