summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2023-03-22 09:42:43 +0100
committerAndreas Schneider <asn@cryptomilk.org>2023-03-24 07:01:31 +0000
commit88ee870e67daea1ea54503c3eaf819c87c2da2ff (patch)
tree890576f68ba52723a805d61d67c57f7f02642b0b /ctdb
parent9a37aa39697494692e0a4a13fb8723b1d15c9599 (diff)
downloadsamba-88ee870e67daea1ea54503c3eaf819c87c2da2ff.tar.gz
ctdb:tool: Fix code spelling
Best reviewed with: `git show --word-diff` Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Martin Schwenke <mschwenke@ddn.com>
Diffstat (limited to 'ctdb')
-rw-r--r--ctdb/tools/ctdb.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/ctdb/tools/ctdb.c b/ctdb/tools/ctdb.c
index dd2245ecfa6..35e43ee7291 100644
--- a/ctdb/tools/ctdb.c
+++ b/ctdb/tools/ctdb.c
@@ -372,7 +372,7 @@ done:
/*
* Remote nodes are initialised as UNHEALTHY in the daemon and their
- * true status is udpated after they are connected. However, there
+ * true status is updated after they are connected. However, there
* is a small window when a healthy node may be shown as unhealthy
* between connecting and the status update. Hide this for nodes
* that are not DISCONNECTED nodes by reporting them as UNKNOWN until
@@ -3239,7 +3239,7 @@ static int control_gettickles(TALLOC_CTX *mem_ctx, struct ctdb_context *ctdb,
options.sep,
"Source IP", options.sep,
"Port", options.sep,
- "Destiation IP", options.sep,
+ "Destination IP", options.sep,
"Port", options.sep);
for (i=0; i<tickles->num; i++) {
printf("%s%s%s%u%s%s%s%u%s\n", options.sep,
@@ -6047,7 +6047,7 @@ static const struct ctdb_cmd {
{ "getcapabilities", control_getcapabilities, false, true,
"show node capabilities", NULL },
{ "pnn", control_pnn, false, false,
- "show the pnn of the currnet node", NULL },
+ "show the pnn of the current node", NULL },
{ "lvs", control_lvs, false, false,
"show lvs configuration", "leader|list|status" },
{ "setdebug", control_setdebug, false, true,