From 169c3879b9f1a577e973286731d32bbcbc93aa2f Mon Sep 17 00:00:00 2001 From: Andrey Gusev Date: Thu, 29 Nov 2018 14:17:50 +0200 Subject: [PATCH] shell32: Fix a typo in comment. Signed-off-by: Andrey Gusev Signed-off-by: Alexandre Julliard --- 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 66150f4ce83..22f568a592f 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