summaryrefslogtreecommitdiff
path: root/source4/param/tests
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2010-02-21 17:35:11 +1100
committerMatthias Dieter Wallnöfer <mwallnoefer@yahoo.de>2010-02-22 21:45:37 +0100
commit7a23b9769be2c3c25cfb8fa280efb0ab34cd24b2 (patch)
treef1373bad41bc086afd2ec37947f6fdf9101628c0 /source4/param/tests
parent4b024683acba72c1b8618155a45f32e6437878d1 (diff)
downloadsamba-7a23b9769be2c3c25cfb8fa280efb0ab34cd24b2.tar.gz
samba-7a23b9769be2c3c25cfb8fa280efb0ab34cd24b2.tar.bz2
samba-7a23b9769be2c3c25cfb8fa280efb0ab34cd24b2.zip
Various source4 spelling fixes.
Signed-off-by: Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de>
Diffstat (limited to 'source4/param/tests')
-rw-r--r--source4/param/tests/share.c2
1 files changed, 1 insertions, 1 deletions
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");