crypt32: Fix a typo in comment.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
52b9331819
commit
a966ee7f4e
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue