Module: kamailio Branch: master Commit: 1d555161195ebccd35534f8533eacdcbba7020fc URL: https://github.com/kamailio/kamailio/commit/1d555161195ebccd35534f8533eacdcb...
Author: Henning Westerholt hw@skalatan.de Committer: Henning Westerholt hw@skalatan.de Date: 2020-05-07T18:45:04Z
tm: small spelling fix in comments
---
Modified: src/modules/tm/rpc_uac.c
---
Diff: https://github.com/kamailio/kamailio/commit/1d555161195ebccd35534f8533eacdcb... Patch: https://github.com/kamailio/kamailio/commit/1d555161195ebccd35534f8533eacdcb...
---
diff --git a/src/modules/tm/rpc_uac.c b/src/modules/tm/rpc_uac.c index 7600237398..c76fbb887a 100644 --- a/src/modules/tm/rpc_uac.c +++ b/src/modules/tm/rpc_uac.c @@ -408,7 +408,7 @@ static void rpc_uac_callback(struct cell* t, int type, struct tmcb_params* ps) * If all the parameters are ok it will call t_uac() using them. * Note: this version will wait for the transaction final reply * only if reply_wait is set to 1. Otherwise the rpc reply will be sent - * immediately and it will be success if the paremters were ok and t_uac did + * immediately and it will be success if the parameters were ok and t_uac did * not report any error. * Note: reply waiting (reply_wait==1) is not yet supported. * @param rpc - rpc handle