Fix spelling s/missmatch/mismatch/
authorMathieu Parent <math.parent@gmail.com>
Fri, 4 May 2018 20:21:41 +0000 (22:21 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Sat, 12 May 2018 00:09:26 +0000 (02:09 +0200)
Signed-off-by: Mathieu Parent <math.parent@gmail.com>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
source3/smbd/open.c
source3/torture/torture.c
source4/torture/rpc/fsrvp.c

index cb0330d6073c5f03c1fb5e0fe4a6b222871c196b..d385b54147f32d227656aa11080619d52d4c9e84 100644 (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,
index 56cc6ff3628d42a1cf9b511b4e25240b5ba2f8d6..47da8178e8bc64e0a3b439ec2fd1639906f3482d 100644 (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;
                }
index 14559c9b4536fa313f883aed970c4519b87ec4f0..1491e577fe9f8850c30af9e67847efcfe95e3239 100644 (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);