[PATCH] ncrypt: Fix the spelling of a FIXME() message.

Francois Gouget fgouget at free.fr
Wed Mar 23 21:51:32 CDT 2022


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/ncrypt/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ncrypt/main.c b/dlls/ncrypt/main.c
index d7a79faecce..f8fb3135f56 100644
--- a/dlls/ncrypt/main.c
+++ b/dlls/ncrypt/main.c
@@ -171,7 +171,7 @@ SECURITY_STATUS WINAPI NCryptCreatePersistedKey(NCRYPT_PROV_HANDLE provider, NCR
 
     if (!provider) return NTE_INVALID_HANDLE;
     if (!algid) return HRESULT_FROM_WIN32(RPC_X_NULL_REF_POINTER);
-    if (name) FIXME("Persistant keys not supported\n");
+    if (name) FIXME("Persistent keys are not supported\n");
 
     if (!lstrcmpiW(algid, BCRYPT_RSA_ALGORITHM))
     {
-- 
2.30.2




More information about the wine-devel mailing list