From: Mathieu Parent Date: Thu, 29 Aug 2019 20:20:11 +0000 (+0200) Subject: Spelling fixes s/ dont / don't / X-Git-Tag: tevent-0.10.1~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7cb0ca4171889d1fa4ffd99528b51cc9820f4dd9;p=thirdparty%2Fsamba.git Spelling fixes s/ dont / don't / Excluding examples/tridge/smb.conf Signed-off-by: Mathieu Parent Reviewed-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- diff --git a/ctdb/server/ctdb_takeover.c b/ctdb/server/ctdb_takeover.c index 3ac569a953a..4e9de8fd6af 100644 --- a/ctdb/server/ctdb_takeover.c +++ b/ctdb/server/ctdb_takeover.c @@ -1490,7 +1490,7 @@ static void ctdb_remove_connection(struct ctdb_vnn *vnn, struct ctdb_connection /* See if we know this connection - if we don't know this connection then we dont need to do anything + if we don't know this connection then we don't need to do anything */ tcpp = ctdb_tcp_find(vnn->tcp_array, conn); if (tcpp == NULL) { diff --git a/source4/torture/smb2/block.c b/source4/torture/smb2/block.c index d1e1856bb05..fa39ae1df91 100644 --- a/source4/torture/smb2/block.c +++ b/source4/torture/smb2/block.c @@ -343,7 +343,7 @@ static bool torture_block_tcp_transport_name_internal( if (unblock) { filter_tcp_setup_name(tctx, name, true); - /* better dont cleanup here */ + /* better don't cleanup here */ /* filter_tcp_setup(tctx, true); */ }