From cdefabd23668f66b7d4322ba19cceb184e987d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9=20van=20Geldorp?= Date: Tue, 5 Oct 2004 20:58:38 +0000 Subject: [PATCH] Francois Gouget - Assorted spelling fixes. svn path=/trunk/; revision=11205 --- reactos/lib/shell32/shelllink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) {