security: Fix the UnsealMessage() forward.
diff --git a/dlls/security/security.spec b/dlls/security/security.spec
index 58855fc..02f9f0a 100644
--- a/dlls/security/security.spec
+++ b/dlls/security/security.spec
@@ -32,5 +32,5 @@
@ stdcall QuerySecurityPackageInfoW(wstr ptr) secur32.QuerySecurityPackageInfoW
@ stdcall RevertSecurityContext(ptr) secur32.RevertSecurityContext
@ stdcall SealMessage(ptr long ptr long) secur32.EncryptMessage
-@ stdcall UnsealMessage(ptr ptr long ptr) secur32.DecyptMessage
+@ stdcall UnsealMessage(ptr ptr long ptr) secur32.DecryptMessage
@ stdcall VerifySignature(ptr ptr long ptr) secur32.VerifySignature