From 3ffd57f0c9643fae1aafc46441d0f009c1cef20a Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 12 Mar 2013 13:53:58 +0100 Subject: fix a typo Reviewed-by: Michael Adam (This used to be ctdb commit 98abd344342a011a8599411deae79f94abc09541) --- ctdb/tools/ctdb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctdb/tools') diff --git a/ctdb/tools/ctdb.c b/ctdb/tools/ctdb.c index ff7dc44d3d..bf798012fa 100644 --- a/ctdb/tools/ctdb.c +++ b/ctdb/tools/ctdb.c @@ -2283,7 +2283,7 @@ static int control_delip(struct ctdb_context *ctdb, int argc, const char **argv) return -1; } - /* This is an optimsation. If this node is hosting the IP + /* This is an optimisation. If this node is hosting the IP * then try to move it somewhere else without invoking a full * takeover run. We don't care if this doesn't work! */ -- cgit