diff options
Diffstat (limited to 'source4/torture/smb2/streams.c')
-rw-r--r-- | source4/torture/smb2/streams.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source4/torture/smb2/streams.c b/source4/torture/smb2/streams.c index 8e7fb220c81..608b397d3d3 100644 --- a/source4/torture/smb2/streams.c +++ b/source4/torture/smb2/streams.c @@ -244,7 +244,7 @@ static bool test_stream_dir(struct torture_context *tctx, sname1 = talloc_asprintf(mem_ctx, "%s:%s", fname, "Stream One"); torture_comment(tctx, "%s\n", sname1); - torture_comment(tctx, "(%s) opening non-existant directory stream\n", + torture_comment(tctx, "(%s) opening non-existent directory stream\n", __location__); ZERO_STRUCT(io.smb2); io.smb2.in.create_options = NTCREATEX_OPTIONS_DIRECTORY; @@ -328,7 +328,7 @@ static bool test_stream_io(struct torture_context *tctx, status = torture_smb2_testdir(tree, DNAME, &h); CHECK_STATUS(status, NT_STATUS_OK); - torture_comment(tctx, "(%s) creating a stream on a non-existant file\n", + torture_comment(tctx, "(%s) creating a stream on a non-existent file\n", __location__); ZERO_STRUCT(io.smb2); @@ -613,7 +613,7 @@ static bool test_stream_delete(struct torture_context *tctx, status = torture_smb2_testdir(tree, DNAME, &h); CHECK_STATUS(status, NT_STATUS_OK); - torture_comment(tctx, "(%s) opening non-existant file stream\n", + torture_comment(tctx, "(%s) opening non-existent file stream\n", __location__); ZERO_STRUCT(io.smb2); io.smb2.in.create_flags = 0; |