From: Ralph Boehme Date: Wed, 11 Oct 2023 09:17:07 +0000 (+0200) Subject: s4:torture/smb2: fix typo in acls.c X-Git-Tag: tevent-0.16.0~166 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94462dfabf0c14586c00a8161f125b2bd4d18ee1;p=thirdparty%2Fsamba.git s4:torture/smb2: fix typo in acls.c This fixes the failing samba-codecheck CI job and is not part of the functional security fix. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15439 Signed-off-by: Ralph Boehme Reviewed-by: Stefan Metzmacher --- diff --git a/source4/torture/smb2/acls.c b/source4/torture/smb2/acls.c index 53f482c5541..019886ebcd2 100644 --- a/source4/torture/smb2/acls.c +++ b/source4/torture/smb2/acls.c @@ -3076,7 +3076,7 @@ static bool test_overwrite_read_only_file(struct torture_context *tctx, ZERO_STRUCT(handle); for (i = 0; i < ARRAY_SIZE(tcases); i++) { - torture_comment(tctx, "Verify open with %s dispostion\n", + torture_comment(tctx, "Verify open with %s disposition\n", tcases[i].disposition_string); c = (struct smb2_create) {