dssenh/tests: Fix the spelling of a skip() message.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2020-11-25 19:43:13 +01:00 committed by Alexandre Julliard
parent 9468e7617c
commit ce03715db3

View file

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