diff --git a/src/modules/matrix/matrix.c b/src/modules/matrix/matrix.c index 839ab4f8aee..2742fec0614 100644 --- a/src/modules/matrix/matrix.c +++ b/src/modules/matrix/matrix.c @@ -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 { diff --git a/src/modules/misc_radius/functions.c b/src/modules/misc_radius/functions.c index bef70b9d826..142e05eac9f 100644 --- a/src/modules/misc_radius/functions.c +++ b/src/modules/misc_radius/functions.c @@ -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)