Francois Gouget <fgouget@free.fr>

- Assorted spelling fixes.

svn path=/trunk/; revision=11205
This commit is contained in:
Gé van Geldorp 2004-10-05 20:58:38 +00:00
parent fc5e4daca1
commit cdefabd236

View file

@ -1323,7 +1323,7 @@ static HRESULT WINAPI IShellLinkA_fnResolve(IShellLinkA * iface, HWND hwnd, DWOR
This->bDirty = TRUE;
} else
hr = S_OK; /* don't report any error occured while just caching information */
hr = S_OK; /* don't report an error occurred while just caching information */
}
if (!This->sIcoPath && This->sPath) {
@ -1750,7 +1750,7 @@ static HRESULT WINAPI IShellLinkW_fnResolve(IShellLinkW * iface, HWND hwnd, DWOR
This->bDirty = TRUE;
} else
hr = S_OK; /* don't report any error occured while just caching information */
hr = S_OK; /* don't report an error occurred while just caching information */
}
if (!This->sIcoPath && This->sPath) {