Commit ce03715d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 9468e761
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment