Commit a966ee7f authored by Andrey Gusev's avatar Andrey Gusev Committed by Alexandre Julliard

crypt32: Fix a typo in comment.

parent 52b93318
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment