1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

s4/torture: spelling fix in vfs_fruit test

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Ralph Boehme 2018-01-12 12:28:18 +01:00 committed by Jeremy Allison
parent 11589a26ba
commit 0c73ddfaae

View File

@ -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");
}