[PATCH] crypt32/tests: Fix a typo and reword a comment.

Francois Gouget fgouget at free.fr
Tue Oct 23 08:43:31 CDT 2018


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/crypt32/tests/oid.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/crypt32/tests/oid.c b/dlls/crypt32/tests/oid.c
index 5247a4aad5c..ae03bba90e8 100644
--- a/dlls/crypt32/tests/oid.c
+++ b/dlls/crypt32/tests/oid.c
@@ -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());
-- 
2.19.1




More information about the wine-devel mailing list