Skip to content

Commit

Permalink
permissions: typos a/an
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 16, 2022
1 parent 29b3f25 commit e2dda4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/modules/permissions/doc/permissions_admin.xml
Expand Up @@ -124,7 +124,7 @@
</para>
<para>
Instead of the From header field the function uses the To header field because
th To header field in REGISTER messages contains the URI of the person
the To header field in REGISTER messages contains the URI of the person
being registered. Instead of the Request-URI of branches the function
uses the Contact header field.
</para>
Expand Down
2 changes: 1 addition & 1 deletion src/modules/permissions/hash.c
Expand Up @@ -939,7 +939,7 @@ int match_domain_name_table(struct domain_name_list** table, unsigned int group,


/*
* Check if an domain_name/port entry exists in hash table in any group.
* Check if a domain_name/port entry exists in hash table in any group.
* Returns first group in which ip_addr/port is found.
* Port 0 in hash table matches any port.
*/
Expand Down
2 changes: 1 addition & 1 deletion src/modules/permissions/hash.h
Expand Up @@ -272,7 +272,7 @@ int domain_name_table_insert(struct domain_name_list** table, unsigned int grp,
str *domain_name, unsigned int port, str *tagv);

/*
* Check if an domain_name/port entry exists in hash table in any group.
* Check if a domain_name/port entry exists in hash table in any group.
* Returns first group in which ip_addr/port is found.
* Port 0 in hash table matches any port.
*/
Expand Down

0 comments on commit e2dda4d

Please sign in to comment.