secur32: Fix a typo in comment

Andrey Gusev andrey.goosev at gmail.com
Mon May 16 14:39:41 CDT 2016


-------------- next part --------------
From 857cc9795b8c84831b46851f9b3103adf15fa776 Mon Sep 17 00:00:00 2001
Message-Id: <857cc9795b8c84831b46851f9b3103adf15fa776.1463427500.git.andrey.goosev at gmail.com>
From: Andrey Gusev <andrey.goosev at gmail.com>
Date: Mon, 16 May 2016 22:38:02 +0300
Subject: [PATCH] secur32: Fix a typo in comment

Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/secur32/ntlm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/secur32/ntlm.c b/dlls/secur32/ntlm.c
index a38d81a..d24c763 100644
--- a/dlls/secur32/ntlm.c
+++ b/dlls/secur32/ntlm.c
@@ -1460,7 +1460,7 @@ static SECURITY_STATUS SEC_ENTRY ntlm_RevertSecurityContext(PCtxtHandle phContex
  * As both MakeSignature and VerifySignature need this, but different keys
  * are needed for NTLM2, the logic goes into a helper function.
  * To ensure maximal reusability, we can specify the direction as NTLM_SEND for
- * signing/encrypting and NTLM_RECV for verfying/decrypting. When encrypting,
+ * signing/encrypting and NTLM_RECV for verifying/decrypting. When encrypting,
  * the signature is encrypted after the message was encrypted, so
  * CreateSignature shouldn't do it. In this case, encrypt_sig can be set to
  * false.
-- 
2.5.5



More information about the wine-patches mailing list