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:
parent
619e8f46d8
commit
7cb0ca4171
@ -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) {
|
||||
|
@ -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); */
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user