Commit 425cdb6b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

crypt32/tests: Fix a typo and reword a comment.

parent 94b49ad5
......@@ -652,8 +652,8 @@ static void test_registerOIDInfo(void)
ok(!info2, "should fail\n");
SetLastError(0xdeadbeef);
/* while succeeds next call does't write anything to registry under Windows
* because of dwGroupId == 0.
/* While it succeeds, the next call does not write anything to the
* registry on Windows because dwGroupId == 0.
*/
ret = CryptRegisterOIDInfo(&info1, 0);
ok(ret, "got %u\n", GetLastError());
......
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