summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorChris Lamb <chris@chris-lamb.co.uk>2017-02-17 22:49:29 +1300
committerGarming Sam <garming@samba.org>2017-02-22 08:26:21 +0100
commitc4feed0b8cb6df71e14a30c07e4b5560368f54cc (patch)
tree8638995cb8d35c98af77a2333e3c32ccbe242554 /ctdb
parent021189e32ba507832b5e821e5cda8a2889225955 (diff)
downloadsamba-c4feed0b8cb6df71e14a30c07e4b5560368f54cc.tar.gz
Correct "doesnt" typos.
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Diffstat (limited to 'ctdb')
-rw-r--r--ctdb/server/ctdb_takeover.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/server/ctdb_takeover.c b/ctdb/server/ctdb_takeover.c
index 513da63cd38..2a7d16f0abc 100644
--- a/ctdb/server/ctdb_takeover.c
+++ b/ctdb/server/ctdb_takeover.c
@@ -1424,7 +1424,7 @@ static void ctdb_remove_connection(struct ctdb_vnn *vnn, struct ctdb_connection
and we don't need to do anything
*/
if (vnn->tcp_array == NULL) {
- DEBUG(DEBUG_INFO,("Trying to remove tickle that doesnt exist (array is empty) %s:%u\n",
+ DEBUG(DEBUG_INFO,("Trying to remove tickle that doesn't exist (array is empty) %s:%u\n",
ctdb_addr_to_str(&conn->dst),
ntohs(conn->dst.ip.sin_port)));
return;
@@ -1436,7 +1436,7 @@ static void ctdb_remove_connection(struct ctdb_vnn *vnn, struct ctdb_connection
*/
tcpp = ctdb_tcp_find(vnn->tcp_array, conn);
if (tcpp == NULL) {
- DEBUG(DEBUG_INFO,("Trying to remove tickle that doesnt exist %s:%u\n",
+ DEBUG(DEBUG_INFO,("Trying to remove tickle that doesn't exist %s:%u\n",
ctdb_addr_to_str(&conn->dst),
ntohs(conn->dst.ip.sin_port)));
return;