crypt32: Fix a typo in comment.

Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Andrey Gusev 2019-11-27 16:34:48 +02:00 committed by Alexandre Julliard
parent 52b9331819
commit a966ee7f4e
1 changed files with 1 additions and 1 deletions

View File

@ -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,