Skip to content

Commit

Permalink
matrix: typo a/an pseudo-variable; spelling is send → sent
Browse files Browse the repository at this point in the history
  • Loading branch information
dilyanpalauzov authored and miconda committed Dec 16, 2022
1 parent 01a70ae commit 7a595ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/modules/matrix/matrix.c
Expand Up @@ -49,7 +49,7 @@ str matrix_db_url = str_init(DEFAULT_RODB_URL);


/**
* Generic parameter that holds a string, an int or an pseudo-variable
* Generic parameter that holds a string, an int or a pseudo-variable
* @todo replace this with gparam_t
*/
struct multiparam_t {
Expand Down
4 changes: 2 additions & 2 deletions src/modules/misc_radius/functions.c
Expand Up @@ -512,8 +512,8 @@ int radius_is_user_in(struct sip_msg *_m, char *_user, char *_group)
* Check from Radius if URI, whose user and host parts are given as
* arguments, exists. If so, loads AVPs based on reply items returned
* from Radius. If use_sip_uri_host module parameter has non-zero value,
* user is send in SA_USER_NAME attribute and host in SA_SIP_URI_HOST
* attribute. If is has zero value, user@host is send in SA_USER_NAME
* user is sent in SA_USER_NAME attribute and host in SA_SIP_URI_HOST
* attribute. If is has zero value, user@host is sent in SA_USER_NAME
* attribute.
*/
int radius_does_uri_user_host_exist(struct sip_msg *_m, str *user, str *host)
Expand Down

0 comments on commit 7a595ea

Please sign in to comment.