reactos/lib/shell32
diff -u -r1.21 -r1.22
--- shelllink.c 24 Sep 2004 12:13:54 -0000 1.21
+++ shelllink.c 5 Oct 2004 20:58:38 -0000 1.22
@@ -1323,7 +1323,7 @@
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 @@
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) {