s4:torture/smb2: fix typo in acls.c
authorRalph Boehme <slow@samba.org>
Wed, 11 Oct 2023 09:17:07 +0000 (11:17 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 11 Oct 2023 11:47:44 +0000 (11:47 +0000)
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 <slow@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
source4/torture/smb2/acls.c

index 53f482c554144f8df6a9e02b3bc34cb1006f686b..019886ebcd21088b49497478e296118ae0b9e04f 100644 (file)
@@ -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) {