From: Björn Jacke Date: Sat, 26 Oct 2019 00:41:08 +0000 (+0200) Subject: ctdb/include/ctdb_private.h: typo fixes X-Git-Tag: talloc-2.3.1~160 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9fa37484c30b83bc36b1607a82c76a77fe639b71;p=thirdparty%2Fsamba.git ctdb/include/ctdb_private.h: typo fixes Signed-off-by: Bjoern Jacke Reviewed-by: Martin Schwenke --- diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h index 4f36c9a44a5..47c339a36d6 100644 --- a/ctdb/include/ctdb_private.h +++ b/ctdb/include/ctdb_private.h @@ -87,7 +87,7 @@ struct ctdb_node { if the node becomes disconnected */ struct daemon_control_state *pending_controls; - /* used by the recovery dameon to track when a node should be banned */ + /* used by the recovery daemon to track when a node should be banned */ struct ctdb_banning_state *ban_state; };