s4/torture: spelling fix in vfs_fruit test
authorRalph Boehme <slow@samba.org>
Fri, 12 Jan 2018 11:28:18 +0000 (12:28 +0100)
committerJeremy Allison <jra@samba.org>
Sat, 7 Apr 2018 00:11:20 +0000 (02:11 +0200)
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source4/torture/vfs/fruit.c

index 74628211c9ec1f38e1f1c4c4431d6bfe01cb7306..d7bdf674c13c89b2fdadda2875dcecee0ca6956e 100644 (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");
        }