From: Ralph Boehme Date: Fri, 12 Jan 2018 11:28:18 +0000 (+0100) Subject: s4/torture: spelling fix in vfs_fruit test X-Git-Tag: ldb-1.4.0~676 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0c73ddfaaef7688762dab866e3af53359e09fc62;p=thirdparty%2Fsamba.git s4/torture: spelling fix in vfs_fruit test Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- diff --git a/source4/torture/vfs/fruit.c b/source4/torture/vfs/fruit.c index 74628211c9e..d7bdf674c13 100644 --- a/source4/torture/vfs/fruit.c +++ b/source4/torture/vfs/fruit.c @@ -1313,12 +1313,12 @@ static bool enable_aapl(struct torture_context *tctx, torture_assert_goto(tctx, aapl != NULL, ret, done, "missing AAPL context"); if (!is_osx_server) { - size_t exptected_aapl_ctx_size; + size_t expected_aapl_ctx_size; - exptected_aapl_ctx_size = strlen("MacSamba") * 2 + 40; + expected_aapl_ctx_size = strlen("MacSamba") * 2 + 40; torture_assert_goto( - tctx, aapl->data.length == exptected_aapl_ctx_size, + tctx, aapl->data.length == expected_aapl_ctx_size, ret, done, "bad AAPL size"); }