diff options
author | Michael Adam <obnox@samba.org> | 2012-06-11 17:58:02 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-06-12 07:21:45 +0200 |
commit | 7dd22bdb476e7565a755bf44040ed505d84e07a9 (patch) | |
tree | e197ce78c980b338b306ad5088dc30701e0ef087 /source4/torture/smb2/streams.c | |
parent | 2a1ab927932675b5ea3a22628f55f34882f7c682 (diff) | |
download | samba-7dd22bdb476e7565a755bf44040ed505d84e07a9.tar.gz samba-7dd22bdb476e7565a755bf44040ed505d84e07a9.tar.xz samba-7dd22bdb476e7565a755bf44040ed505d84e07a9.zip |
s4:torture: fix use of non-existent word (existant)
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; |