Francois Gouget : ncrypt: Fix the spelling of a FIXME() message.

Alexandre Julliard julliard at winehq.org
Thu Mar 24 17:46:42 CDT 2022


Module: wine
Branch: master
Commit: 8a5140e385c7b67e77b7391f930b10f91453b14a
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=8a5140e385c7b67e77b7391f930b10f91453b14a

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Mar 24 03:51:32 2022 +0100

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

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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))
     {




More information about the wine-cvs mailing list