diff --git a/reactos/lib/shell32/shelllink.c b/reactos/lib/shell32/shelllink.c index 163a3cfdc9a..2ec50b05d7b 100644 --- a/reactos/lib/shell32/shelllink.c +++ b/reactos/lib/shell32/shelllink.c @@ -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) {