Skip to content

Commit

Permalink
tm: small spelling fix in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
henningw committed May 7, 2020
1 parent b2487d9 commit 1d55516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/tm/rpc_uac.c
Expand Up @@ -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
Expand Down

0 comments on commit 1d55516

Please sign in to comment.