Commit 8a5140e3 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 510cfd27
......@@ -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))
{
......
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