summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-03-03 09:58:50 +0100
committerJeremy Allison <jra@samba.org>2021-03-09 22:36:28 +0000
commit06b740e2fb4348331c11dffaa77a4b37e716d2c4 (patch)
treefe0c32bb4ee838e883d52f601f3ab695903727fc /ctdb
parentca1f67406f9b7ae873400201cca6eb535df9243a (diff)
downloadsamba-06b740e2fb4348331c11dffaa77a4b37e716d2c4.tar.gz
ctdb: Fix a typo
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'ctdb')
-rw-r--r--ctdb/server/ctdb_recover.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/server/ctdb_recover.c b/ctdb/server/ctdb_recover.c
index 108d8bb404b..c59b4ad20ec 100644
--- a/ctdb/server/ctdb_recover.c
+++ b/ctdb/server/ctdb_recover.c
@@ -183,7 +183,7 @@ ctdb_control_reload_nodes_file(struct ctdb_context *ctdb, uint32_t opcode)
}
}
- /* tell the recovery daemon to reaload the nodes file too */
+ /* tell the recovery daemon to reload the nodes file too */
ctdb_daemon_send_message(ctdb, ctdb->pnn, CTDB_SRVID_RELOAD_NODES, tdb_null);
talloc_free(tmp_ctx);