Francois Gouget : shell32: Fix a spelling error in an ERR() message.
Module: wine Branch: master Commit: 7657845b1b20c2db4609631667a631910de0d1db URL: http://source.winehq.org/git/wine.git/?a=commit;h=7657845b1b20c2db4609631667... Author: Francois Gouget <fgouget(a)free.fr> Date: Sat Apr 23 07:48:25 2016 +0200 shell32: Fix a spelling error in an ERR() message. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- 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; }
participants (1)
-
Alexandre Julliard