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:
Francois Gouget 2018-10-23 15:43:31 +02:00 committed by Alexandre Julliard
parent 94b49ad53b
commit 425cdb6b72
1 changed files with 2 additions and 2 deletions

View File

@ -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());