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

Francois Gouget fgouget at free.fr
Wed Nov 25 12:43:13 CST 2020


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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");
-- 
2.20.1




More information about the wine-devel mailing list