From 7a23b9769be2c3c25cfb8fa280efb0ab34cd24b2 Mon Sep 17 00:00:00 2001 From: Brad Hards Date: Sun, 21 Feb 2010 17:35:11 +1100 Subject: Various source4 spelling fixes. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matthias Dieter Wallnöfer --- source4/param/tests/share.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/param') diff --git a/source4/param/tests/share.c b/source4/param/tests/share.c index c64b5c607a..36a74b35c9 100644 --- a/source4/param/tests/share.c +++ b/source4/param/tests/share.c @@ -106,7 +106,7 @@ static bool test_share_remove_invalid(struct torture_context *tctx, struct share_context *ctx = (struct share_context *)discard_const(tcase_data); NTSTATUS status; - status = share_remove(ctx, "nonexistant"); + status = share_remove(ctx, "nonexistent"); if (NT_STATUS_EQUAL(status, NT_STATUS_NOT_IMPLEMENTED)) torture_skip(tctx, "Not supported by backend"); -- cgit