]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb: Fix a typo
authorVolker Lendecke <vl@samba.org>
Wed, 3 Mar 2021 08:58:50 +0000 (09:58 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 9 Mar 2021 22:36:28 +0000 (22:36 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
ctdb/server/ctdb_recover.c

index 108d8bb404b1cf5d6a2f1c60f1a3cf382d397313..c59b4ad20ec4065b5ae1be1ddea9761041455245 100644 (file)
@@ -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);