From: Mathieu Parent Date: Fri, 4 May 2018 20:21:41 +0000 (+0200) Subject: Fix spelling s/missmatch/mismatch/ X-Git-Tag: ldb-1.4.0~328 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=fab4fe9cb4409ba8d5d41bf93ddc3ffe167f09c9;ds=sidebyside Fix spelling s/missmatch/mismatch/ Signed-off-by: Mathieu Parent Reviewed-by: Andrew Bartlett Reviewed-by: Garming Sam --- diff --git a/source3/smbd/open.c b/source3/smbd/open.c index cb0330d6073..d385b54147f 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -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, diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 56cc6ff3628..47da8178e8b 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -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; } diff --git a/source4/torture/rpc/fsrvp.c b/source4/torture/rpc/fsrvp.c index 14559c9b453..1491e577fe9 100644 --- a/source4/torture/rpc/fsrvp.c +++ b/source4/torture/rpc/fsrvp.c @@ -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);