From ce03715db3bcabeb597e2a9a92cccb921d0a91f9 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Wed, 25 Nov 2020 19:43:13 +0100 Subject: [PATCH] dssenh/tests: Fix the spelling of a skip() message. Signed-off-by: Francois Gouget Signed-off-by: Alexandre Julliard --- dlls/dssenh/tests/dssenh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/dssenh/tests/dssenh.c b/dlls/dssenh/tests/dssenh.c index e9c62cb99de..4d33fc86cd8 100644 --- a/dlls/dssenh/tests/dssenh.c +++ b/dlls/dssenh/tests/dssenh.c @@ -702,7 +702,7 @@ static void test_cipher_modes(const struct ciphermode_test *tests, int testLen) result = CryptDeriveKey(hProv, CALG_RC2, hHash, 40 << 16, &pKey); if (!result) { - skip("skipping ciper modes tests\n"); + skip("skipping cipher mode tests\n"); return; } ok(result, "Expected a derived key.\n");