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

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2022-03-24 03:51:32 +01:00 committed by Alexandre Julliard
parent 510cfd2762
commit 8a5140e385
1 changed files with 1 additions and 1 deletions

View File

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