[PATCH] crypt32: Fix a typo in comment.

Andrey Gusev andrey.goosev at gmail.com
Wed Nov 27 08:34:48 CST 2019


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

diff --git a/dlls/crypt32/msg.c b/dlls/crypt32/msg.c
index ea96248bd7..f591a5e72e 100644
--- a/dlls/crypt32/msg.c
+++ b/dlls/crypt32/msg.c
@@ -922,7 +922,7 @@ typedef struct _CSignedMsgData
 } CSignedMsgData;
 
 /* Constructs the signer handles for the signerIndex'th signer of msg_data.
- * Assumes signerIndex is a valid idnex, and that msg_data's info has already
+ * Assumes signerIndex is a valid index, and that msg_data's info has already
  * been constructed.
  */
 static BOOL CSignedMsgData_ConstructSignerHandles(CSignedMsgData *msg_data,
-- 
2.23.0




More information about the wine-devel mailing list