1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

Spelling fixes s/ dont / don't /

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>
This commit is contained in:
Mathieu Parent 2019-08-29 22:20:11 +02:00 committed by Andrew Bartlett
parent 619e8f46d8
commit 7cb0ca4171
2 changed files with 2 additions and 2 deletions

View 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) {

View 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); */
}