From 0c73ddfaaef7688762dab866e3af53359e09fc62 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Fri, 12 Jan 2018 12:28:18 +0100 Subject: [PATCH] s4/torture: spelling fix in vfs_fruit test Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison --- source4/torture/vfs/fruit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"); } -- 2.34.1