summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorMathieu Parent <math.parent@gmail.com>2018-05-04 22:21:41 +0200
committerAndrew Bartlett <abartlet@samba.org>2018-05-12 02:09:26 +0200
commitfab4fe9cb4409ba8d5d41bf93ddc3ffe167f09c9 (patch)
tree71d7bf12bc6bd41f3f54780cc190b4a3883fef33 /source4
parent2bacc1ca42e23be60fd48c4a0ecabf6957dc106e (diff)
downloadsamba-fab4fe9cb4409ba8d5d41bf93ddc3ffe167f09c9.tar.gz
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>
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/rpc/fsrvp.c4
1 files changed, 2 insertions, 2 deletions
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);