Spelling fixes s/ dont / don't /
authorMathieu Parent <math.parent@gmail.com>
Thu, 29 Aug 2019 20:20:11 +0000 (22:20 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 1 Sep 2019 22:21:27 +0000 (22:21 +0000)
Excluding examples/tridge/smb.conf

Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
ctdb/server/ctdb_takeover.c
source4/torture/smb2/block.c

index 3ac569a953a764d4e2f84185d24af2b4aeb8629f..4e9de8fd6afa21118d234180b0b8f433c80c9f61 100644 (file)
@@ -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) {
index d1e1856bb05598ea95796b44064daefe27c856e2..fa39ae1df9165494708c467b6399765d60b550e6 100644 (file)
@@ -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); */
        }