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:
parent
2bacc1ca42
commit
fab4fe9cb4
@ -3176,7 +3176,7 @@ static NTSTATUS open_file_ntcreate(connection_struct *conn,
|
|||||||
new_dos_attributes,
|
new_dos_attributes,
|
||||||
smb_fname->st.st_ex_mode,
|
smb_fname->st.st_ex_mode,
|
||||||
unx_mode, &new_unx_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",
|
"for file %s (%x %x) (0%o, 0%o)\n",
|
||||||
smb_fname_str_dbg(smb_fname),
|
smb_fname_str_dbg(smb_fname),
|
||||||
existing_dos_attributes,
|
existing_dos_attributes,
|
||||||
|
@ -11311,7 +11311,7 @@ static bool run_local_canonicalize_path(int dummy)
|
|||||||
}
|
}
|
||||||
if (strcmp(d, dst[i]) != 0) {
|
if (strcmp(d, dst[i]) != 0) {
|
||||||
d_fprintf(stderr,
|
d_fprintf(stderr,
|
||||||
"canonicalize missmatch %s -> %s != %s",
|
"canonicalize mismatch %s -> %s != %s",
|
||||||
src[i], d, dst[i]);
|
src[i], d, dst[i]);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
@ -345,10 +345,10 @@ static bool test_fsrvp_sc_create(struct torture_context *tctx,
|
|||||||
|
|
||||||
torture_assert(tctx, !GUID_compare(&r_sharemap_get.in.ShadowCopySetId,
|
torture_assert(tctx, !GUID_compare(&r_sharemap_get.in.ShadowCopySetId,
|
||||||
&map->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,
|
torture_assert(tctx, !GUID_compare(&r_sharemap_get.in.ShadowCopyId,
|
||||||
&map->ShadowCopyId),
|
&map->ShadowCopyId),
|
||||||
"sc GUID missmatch in GetShareMapping");
|
"sc GUID mismatch in GetShareMapping");
|
||||||
|
|
||||||
done:
|
done:
|
||||||
talloc_free(tmp_ctx);
|
talloc_free(tmp_ctx);
|
||||||
|
Loading…
Reference in New Issue
Block a user