shell32/tests: Fix a spelling error in a shellpath comment.

Francois Gouget fgouget at free.fr
Thu Apr 21 17:38:00 CDT 2016


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/shell32/tests/shellpath.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/shell32/tests/shellpath.c b/dlls/shell32/tests/shellpath.c
index 6b5ed76..2125092 100644
--- a/dlls/shell32/tests/shellpath.c
+++ b/dlls/shell32/tests/shellpath.c
@@ -2278,7 +2278,7 @@ static void test_knownFolders(void)
                             /* remove newly created directory */
                             RemoveDirectoryW(sSubFolder2Path);
 
-                            /* verify sub folder. It still succeedes, so Windows does not check folder presence each time */
+                            /* verify subfolder. It still succeeds, so Windows does not check folder presence each time */
                             hr = IKnownFolder_GetPath(subFolder, 0, &folderPath);
                             todo_wine
                             ok(hr == S_OK, "failed to get known folder path: 0x%08x\n", hr);
-- 
2.8.0.rc3




More information about the wine-patches mailing list