shell32: Fix a spelling error in an ERR() message.

Francois Gouget fgouget at free.fr
Sat Apr 23 00:48:25 CDT 2016


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

diff --git a/dlls/shell32/shfldr_unixfs.c b/dlls/shell32/shfldr_unixfs.c
index be1ba81..309c941 100644
--- a/dlls/shell32/shfldr_unixfs.c
+++ b/dlls/shell32/shfldr_unixfs.c
@@ -668,7 +668,7 @@ static HRESULT UNIXFS_path_to_pidl(UnixFolder *pUnixFolder, LPBC pbc, const WCHA
         szCompletePath[cPathLen-1] = '\0';
 
     if ((szCompletePath[0] != '/') || (pNextPathElement[0] != '/')) {
-        ERR("szCompletePath: %s, pNextPathElment: %s\n", szCompletePath, pNextPathElement);
+        ERR("szCompletePath: %s, pNextPathElement: %s\n", szCompletePath, pNextPathElement);
         return E_FAIL;
     }
     
-- 
2.8.0.rc3




More information about the wine-patches mailing list