[PATCH] advapi32/tests: Spelling fixes in a couple of comments.

Francois Gouget fgouget at free.fr
Sun Sep 1 21:30:55 CDT 2019


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

diff --git a/dlls/advapi32/tests/registry.c b/dlls/advapi32/tests/registry.c
index 6b199bc4d35..675426d4a97 100644
--- a/dlls/advapi32/tests/registry.c
+++ b/dlls/advapi32/tests/registry.c
@@ -3933,7 +3933,7 @@ static void test_RegLoadMUIString(void)
     ret = GetSystemDirectoryA(sysdir, ARRAY_SIZE(sysdir));
     ok(ret > 0, "GetSystemDirectoryA failed\n");
 
-    /* change the current direcoty to system32 */
+    /* change the current directory to system32 */
     GetCurrentDirectoryW(ARRAY_SIZE(curdirW), curdirW);
     SetCurrentDirectoryW(sysdirW);
 
@@ -3982,7 +3982,7 @@ static void test_RegLoadMUIString(void)
     ret = pRegLoadMUIStringA(hkey, tz_value, buf, ARRAY_SIZE(buf), &size, 0, NULL);
     ok(ret == ERROR_CALL_NOT_IMPLEMENTED, "got %d, expected ERROR_CALL_NOT_IMPLEMENTED\n", ret);
 
-    /* change the current direcoty to other than system32 directory */
+    /* change the current directory to other than system32 directory */
     SetCurrentDirectoryA("\\");
 
     size = 0xdeadbeef;
-- 
2.20.1




More information about the wine-devel mailing list