Commit 7657845b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 003fb4b1
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment