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

Fix spelling s/missmatch/mismatch/

Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
Mathieu Parent 2018-05-04 22:21:41 +02:00 committed by Andrew Bartlett
parent 2bacc1ca42
commit fab4fe9cb4
3 changed files with 4 additions and 4 deletions

View File

@ -3176,7 +3176,7 @@ static NTSTATUS open_file_ntcreate(connection_struct *conn,
new_dos_attributes,
smb_fname->st.st_ex_mode,
unx_mode, &new_unx_mode)) {
DEBUG(5,("open_file_ntcreate: attributes missmatch "
DEBUG(5,("open_file_ntcreate: attributes mismatch "
"for file %s (%x %x) (0%o, 0%o)\n",
smb_fname_str_dbg(smb_fname),
existing_dos_attributes,

View File

@ -11311,7 +11311,7 @@ static bool run_local_canonicalize_path(int dummy)
}
if (strcmp(d, dst[i]) != 0) {
d_fprintf(stderr,
"canonicalize missmatch %s -> %s != %s",
"canonicalize mismatch %s -> %s != %s",
src[i], d, dst[i]);
return false;
}

View File

@ -345,10 +345,10 @@ static bool test_fsrvp_sc_create(struct torture_context *tctx,
torture_assert(tctx, !GUID_compare(&r_sharemap_get.in.ShadowCopySetId,
&map->ShadowCopySetId),
"sc_set GUID missmatch in GetShareMapping");
"sc_set GUID mismatch in GetShareMapping");
torture_assert(tctx, !GUID_compare(&r_sharemap_get.in.ShadowCopyId,
&map->ShadowCopyId),
"sc GUID missmatch in GetShareMapping");
"sc GUID mismatch in GetShareMapping");
done:
talloc_free(tmp_ctx);