From: Joseph Sutton Date: Wed, 2 Aug 2023 02:52:13 +0000 (+1200) Subject: s4:torture: Fix code spelling X-Git-Tag: tevent-0.16.0~1092 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43b44827d63949162d1ffebdc71aaa09b93dba42;p=thirdparty%2Fsamba.git s4:torture: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/torture/dfs/domaindfs.c b/source4/torture/dfs/domaindfs.c index 4bc51926082..709a9c67fee 100644 --- a/source4/torture/dfs/domaindfs.c +++ b/source4/torture/dfs/domaindfs.c @@ -496,7 +496,7 @@ static bool test_low_referral_level(struct torture_context *tctx, torture_assert_ntstatus_equal(tctx, dfs_cli_do_call(cli->tree, &r), NT_STATUS_UNSUCCESSFUL, - "Unexpected STATUS for invalid deferral retquest"); + "Unexpected STATUS for invalid referral request"); return true; }