From: Andreas Schneider Date: Thu, 3 Aug 2023 13:40:20 +0000 (+0200) Subject: s4:torture:dfs: Fix code spelling X-Git-Tag: tevent-0.16.0~927 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dd7625ab976f5ede1e41f78a22437328d6d5e79;p=thirdparty%2Fsamba.git s4:torture:dfs: Fix code spelling Signed-off-by: Andreas Schneider Reviewed-by: Andrew Bartlett --- diff --git a/source4/torture/dfs/domaindfs.c b/source4/torture/dfs/domaindfs.c index 709a9c67fee..e9d9ce4df5d 100644 --- a/source4/torture/dfs/domaindfs.c +++ b/source4/torture/dfs/domaindfs.c @@ -442,7 +442,7 @@ static bool test_unknowndomain(struct torture_context *tctx, torture_assert_ntstatus_equal(tctx, dfs_cli_do_call(cli->tree, &r2), NT_STATUS_INVALID_PARAMETER, - "Get DC Domain didn't return exptected error code"); + "Get DC Domain didn't return expected error code"); return true; }