mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Francois Gouget <fgouget@free.fr>
- Assorted spelling fixes. svn path=/trunk/; revision=11205
This commit is contained in:
parent
fc5e4daca1
commit
cdefabd236
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue