summaryrefslogtreecommitdiff
path: root/source4/torture/raw/open.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-06-11 17:58:02 +0200
committerMichael Adam <obnox@samba.org>2012-06-12 07:21:45 +0200
commit7dd22bdb476e7565a755bf44040ed505d84e07a9 (patch)
treee197ce78c980b338b306ad5088dc30701e0ef087 /source4/torture/raw/open.c
parent2a1ab927932675b5ea3a22628f55f34882f7c682 (diff)
downloadsamba-7dd22bdb476e7565a755bf44040ed505d84e07a9.tar.gz
samba-7dd22bdb476e7565a755bf44040ed505d84e07a9.tar.bz2
samba-7dd22bdb476e7565a755bf44040ed505d84e07a9.zip
s4:torture: fix use of non-existent word (existant)
Diffstat (limited to 'source4/torture/raw/open.c')
-rw-r--r--source4/torture/raw/open.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/raw/open.c b/source4/torture/raw/open.c
index 21cc32eb09..145651b41d 100644
--- a/source4/torture/raw/open.c
+++ b/source4/torture/raw/open.c
@@ -1703,7 +1703,7 @@ static bool test_chained_ntcreatex_readx(struct torture_context *tctx, struct sm
torture_assert(tctx, torture_setup_dir(cli, BASEDIR), "Failed to setup up test directory: " BASEDIR);
torture_comment(tctx, "Checking RAW_NTCREATEX_READX chained on "
- "non-existant file \n");
+ "non-existent file \n");
/* ntcreatex parameters */
io.generic.level = RAW_OPEN_NTCREATEX_READX;
@@ -1727,7 +1727,7 @@ static bool test_chained_ntcreatex_readx(struct torture_context *tctx, struct sm
io.ntcreatexreadx.in.remaining = 0;
io.ntcreatexreadx.out.data = (uint8_t *)buf2;
- /* try to open the non-existant file */
+ /* try to open the non-existent file */
status = smb_raw_open(cli->tree, mem_ctx, &io);
CHECK_STATUS(status, NT_STATUS_OBJECT_NAME_NOT_FOUND);
fnum = io.ntcreatexreadx.out.file.fnum;