[PATCH] shell32: Fix a typo in comment.

Andrey Gusev andrey.goosev at gmail.com
Thu Nov 29 06:17:50 CST 2018


Signed-off-by: Andrey Gusev <andrey.goosev at gmail.com>
---
 dlls/shell32/shfldr_fs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/shell32/shfldr_fs.c b/dlls/shell32/shfldr_fs.c
index 66150f4ce8..22f568a592 100644
--- a/dlls/shell32/shfldr_fs.c
+++ b/dlls/shell32/shfldr_fs.c
@@ -288,7 +288,7 @@ LPITEMIDLIST SHELL32_CreatePidlFromBindCtx(IBindCtx *pbc, LPCWSTR path)
 *  Now we can parse into namespaces implemented by shell extensions
 *
 *  Behaviour on win98: lpszDisplayName=NULL -> crash
-*                      lpszDisplayName="" -> returns mycoputer-pidl
+*                      lpszDisplayName="" -> returns mycomputer-pidl
 *
 * FIXME
 *    pdwAttributes is not set
-- 
2.17.2




More information about the wine-devel mailing list