From b339d8f7b8140d3126020d48b3ce38e71e9c9ecc Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Fri, 8 Aug 2008 19:23:07 +0000 Subject: [PATCH] - Leftover from the winesync. svn path=/trunk/; revision=35196 --- reactos/dll/win32/mpr/pwcache.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/dll/win32/mpr/pwcache.c b/reactos/dll/win32/mpr/pwcache.c index a760dd26d25..8e3c1911f1f 100644 --- a/reactos/dll/win32/mpr/pwcache.c +++ b/reactos/dll/win32/mpr/pwcache.c @@ -74,7 +74,7 @@ static LPSTR MPR_GetValueName( LPCSTR pbResource, WORD cbResource, BYTE nType ) * WNetCachePassword [MPR.@] Saves password in cache * * NOTES - * only the parameter count is verifyed + * Only the parameter count is verified * * ---- everything below this line might be wrong (js) ----- * RETURNS @@ -221,7 +221,7 @@ DWORD WINAPI WNetGetCachedPassword( * WNetEnumCachedPasswords [MPR.@] * * NOTES - * the parameter count is verifyed + * The parameter count is verified * * This function is a huge security risk, as virii and such can use * it to grab all the passwords in the cache. It's bad enough to