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

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Francois Gouget 2016-04-23 07:48:25 +02:00 committed by Alexandre Julliard
parent 003fb4b139
commit 7657845b1b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}