summaryrefslogtreecommitdiff
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:38 +0000
commit9fa37484c30b83bc36b1607a82c76a77fe639b71 (patch)
tree501a1c043f32b49d56645b874d46f1c1e717fe85
parent493705dc2746ee64a4e2cf1dc290009185853db2 (diff)
downloadsamba-9fa37484c30b83bc36b1607a82c76a77fe639b71.tar.gz
ctdb/include/ctdb_private.h: typo fixes
Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Martin Schwenke <martin@meltin.net>
-rw-r--r--ctdb/include/ctdb_private.h2
1 files changed, 1 insertions, 1 deletions
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;
};