From 7dd22bdb476e7565a755bf44040ed505d84e07a9 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 11 Jun 2012 17:58:02 +0200 Subject: s4:torture: fix use of non-existent word (existant) --- source4/torture/smb2/streams.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'source4/torture/smb2/streams.c') diff --git a/source4/torture/smb2/streams.c b/source4/torture/smb2/streams.c index 8e7fb220c8..608b397d3d 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; -- cgit