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:
parent
9468e7617c
commit
ce03715db3
|
@ -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);
|
result = CryptDeriveKey(hProv, CALG_RC2, hHash, 40 << 16, &pKey);
|
||||||
if (!result)
|
if (!result)
|
||||||
{
|
{
|
||||||
skip("skipping ciper modes tests\n");
|
skip("skipping cipher mode tests\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
ok(result, "Expected a derived key.\n");
|
ok(result, "Expected a derived key.\n");
|
||||||
|
|
Loading…
Reference in New Issue