crypt32/tests: Fix a typo and reword a comment.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
94b49ad53b
commit
425cdb6b72
|
@ -652,8 +652,8 @@ static void test_registerOIDInfo(void)
|
||||||
ok(!info2, "should fail\n");
|
ok(!info2, "should fail\n");
|
||||||
|
|
||||||
SetLastError(0xdeadbeef);
|
SetLastError(0xdeadbeef);
|
||||||
/* while succeeds next call does't write anything to registry under Windows
|
/* While it succeeds, the next call does not write anything to the
|
||||||
* because of dwGroupId == 0.
|
* registry on Windows because dwGroupId == 0.
|
||||||
*/
|
*/
|
||||||
ret = CryptRegisterOIDInfo(&info1, 0);
|
ret = CryptRegisterOIDInfo(&info1, 0);
|
||||||
ok(ret, "got %u\n", GetLastError());
|
ok(ret, "got %u\n", GetLastError());
|
||||||
|
|
Loading…
Reference in New Issue