From 6d7d82938b6134ca4bae45614efd409271535b5a Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 22 Mar 2023 09:22:37 +0100 Subject: [PATCH] ctdb:client: Fix code spelling Best reviewed with: `git show --word-diff` Signed-off-by: Andreas Schneider Reviewed-by: Martin Schwenke --- ctdb/client/client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ctdb/client/client.h b/ctdb/client/client.h index 5f174035e28..9d1fd48142b 100644 --- a/ctdb/client/client.h +++ b/ctdb/client/client.h @@ -128,7 +128,7 @@ bool ctdb_client_init_recv(struct tevent_req *req, int *perr, * @param[in] ev Tevent context * @param[in] sockpath Path to ctdb daemon unix domain socket * @param[out] result The new ctdb client context - * @return 0 on succcess, errno on failure + * @return 0 on success, errno on failure */ int ctdb_client_init(TALLOC_CTX *mem_ctx, struct tevent_context *ev, const char *sockpath, @@ -1177,7 +1177,7 @@ bool ctdb_g_lock_unlock_recv(struct tevent_req *req, int *perr); * * Starting a transaction will return a transaction handle. This is used * for updating records under a transaction. This handle is automatically - * freed once the transacion is committed or cancelled. + * freed once the transaction is committed or cancelled. * * Clients should NOT free the transaction handle. *