From: Andreas Schneider Date: Wed, 22 Mar 2023 08:42:43 +0000 (+0100) Subject: ctdb:tool: Fix code spelling X-Git-Tag: talloc-2.4.1~1278 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=88ee870e67daea1ea54503c3eaf819c87c2da2ff;p=thirdparty%2Fsamba.git ctdb:tool: Fix code spelling Best reviewed with: `git show --word-diff` Signed-off-by: Andreas Schneider Reviewed-by: Martin Schwenke --- 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; inum; 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,