Fabian Maurer : shell32/tests: Fix typo.

Alexandre Julliard julliard at winehq.org
Mon Sep 25 16:34:32 CDT 2017


Module: wine
Branch: master
Commit: 4ef3ffd69da9374876f08cdcb0e61ebba0f2bd97
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=4ef3ffd69da9374876f08cdcb0e61ebba0f2bd97

Author: Fabian Maurer <dark.shadow4 at web.de>
Date:   Mon Sep 25 20:34:12 2017 +0200

shell32/tests: Fix typo.

Signed-off-by: Fabian Maurer <dark.shadow4 at web.de>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/shell32/tests/shelldispatch.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/shell32/tests/shelldispatch.c b/dlls/shell32/tests/shelldispatch.c
index 21cb6bb..7b5afa0 100644
--- a/dlls/shell32/tests/shelldispatch.c
+++ b/dlls/shell32/tests/shelldispatch.c
@@ -1032,7 +1032,7 @@ todo_wine {
     ok(hr == S_OK || broken(hr == S_FALSE), "got 0x%08x\n", hr);
     if (hr == S_FALSE) /* winxp and earlier */ {
         win_skip("SWC_DESKTOP is not supported, some tests will be skipped.\n");
-        /* older versions allowed to regiser SWC_DESKTOP and access it with FindWindowSW */
+        /* older versions allowed to register SWC_DESKTOP and access it with FindWindowSW */
         ok(disp == NULL, "got %p\n", disp);
         ok(ret == 0, "got %d\n", ret);
     }




More information about the wine-cvs mailing list