[PATCH] crypt32: Fix a typo in comment.
27 Nov
2019
27 Nov
'19
8:34 a.m.
Signed-off-by: Andrey Gusev <andrey.goosev(a)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
2210
Age (days ago)
2210
Last active (days ago)
0 comments
1 participants
participants (1)
-
Andrey Gusev