summaryrefslogtreecommitdiffstats
path: root/ctdb/tools
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-03-12 13:53:58 +0100
committerMichael Adam <obnox@samba.org>2013-03-12 14:02:08 +0100
commit3ffd57f0c9643fae1aafc46441d0f009c1cef20a (patch)
treeb269bf30f53412472b294aa39f9b7a017093b85b /ctdb/tools
parentd4407a6516e927fccb505c88637801247bceae39 (diff)
downloadsamba-3ffd57f0c9643fae1aafc46441d0f009c1cef20a.tar.gz
samba-3ffd57f0c9643fae1aafc46441d0f009c1cef20a.tar.xz
samba-3ffd57f0c9643fae1aafc46441d0f009c1cef20a.zip
fix a typo
Reviewed-by: Michael Adam <obnox@samba.org> (This used to be ctdb commit 98abd344342a011a8599411deae79f94abc09541)
Diffstat (limited to 'ctdb/tools')
-rw-r--r--ctdb/tools/ctdb.c2
1 files changed, 1 insertions, 1 deletions
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!
*/