s4:torture: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Wed, 2 Aug 2023 02:52:13 +0000 (14:52 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 14 Aug 2023 04:57:34 +0000 (04:57 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/torture/basic/denytest.c

index 9725676f3de33ef35380bb567f41ffd74e307e69..5fa9f6b70605a23786058616cfd97449f0c1e4ac 100644 (file)
@@ -2640,7 +2640,7 @@ bool torture_createx_access_exhaustive(struct torture_context *tctx,
                data_file_fd = open(data_file, O_WRONLY|O_CREAT|O_TRUNC, 0666);
                if (data_file_fd < 0) {
                        torture_result(tctx, TORTURE_FAIL,
-                               "(%s): data file open failedu: %s!",
+                               "(%s): data file open failed: %s!",
                                __location__, strerror(errno));
                        ret = false;
                        goto done;