summaryrefslogtreecommitdiff
path: root/ctdb/server
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2019-10-26 02:41:08 +0200
committerBjoern Jacke <bjacke@samba.org>2019-10-31 00:43:39 +0000
commit5d2a257c2e4a929bb70e4e2a2f31ed243c2efa51 (patch)
tree5aa27edd0d919e5eabf11a7ecf2625fa41b661b5 /ctdb/server
parent7722bd80fcde69d13b25a1b120fd3f9ecf6dd7dd (diff)
downloadsamba-5d2a257c2e4a929bb70e4e2a2f31ed243c2efa51.tar.gz
ctdb/server/ctdb_client.c: typo fixes
Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/server')
-rw-r--r--ctdb/server/ctdb_client.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ctdb/server/ctdb_client.c b/ctdb/server/ctdb_client.c
index dc7836abb2e..0da847c401b 100644
--- a/ctdb/server/ctdb_client.c
+++ b/ctdb/server/ctdb_client.c
@@ -642,7 +642,7 @@ static void ctdb_client_reply_control(struct ctdb_context *ctdb,
}
/* state->outdata now uses resources from c so we don't want c
- to just dissappear from under us while state is still alive
+ to just disappear from under us while state is still alive
*/
talloc_steal(state, c);
@@ -848,7 +848,7 @@ int ctdb_control(struct ctdb_context *ctdb, uint32_t destnode, uint64_t srvid,
timeout, errormsg);
/* FIXME: Error conditions in ctdb_control_send return NULL without
- * setting errormsg. So, there is no way to distinguish between sucess
+ * setting errormsg. So, there is no way to distinguish between success
* and failure when CTDB_CTRL_FLAG_NOREPLY is set */
if (flags & CTDB_CTRL_FLAG_NOREPLY) {
if (status != NULL) {
@@ -1603,7 +1603,7 @@ uint32_t ctdb_get_pnn(struct ctdb_context *ctdb)
/*
callback for the async helpers used when sending the same control
- to multiple nodes in parallell.
+ to multiple nodes in parallel.
*/
static void async_callback(struct ctdb_client_control_state *state)
{