From 1d555161195ebccd35534f8533eacdcbba7020fc Mon Sep 17 00:00:00 2001 From: Henning Westerholt Date: Thu, 7 May 2020 18:45:04 +0000 Subject: [PATCH] tm: small spelling fix in comments --- src/modules/tm/rpc_uac.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/tm/rpc_uac.c b/src/modules/tm/rpc_uac.c index 76002373984..c76fbb887ae 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