From kde-commits Wed Oct 17 04:12:57 2007 From: Dawit Alemayehu Date: Wed, 17 Oct 2007 04:12:57 +0000 To: kde-commits Subject: branches/KDE/3.5/kdelibs/kioslave/http/kcookiejar Message-Id: <1192594377.006565.18156.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=119259438724256 SVN commit 726098 by adawit: Cosmetic and comment fix M +2 -2 kcookiejar.cpp --- branches/KDE/3.5/kdelibs/kioslave/http/kcookiejar/kcookiejar.cpp #726097:726098 @@ -991,7 +991,7 @@ #ifdef MAX_COOKIE_LIMIT if (cookieList->count() >= MAX_COOKIES_PER_HOST) makeRoom(cookieList, cookiePtr); // Delete a cookie -#endif +#endif cookieList->inSort( cookiePtr ); m_cookiesChanged = true; } @@ -1016,7 +1016,7 @@ extractDomains(cookiePtr->host(), domains); // If the cookie specifies a domain, check whether it is valid. Otherwise, - // accept the cookie anyways but removes the domain="" value to prevent + // accept the cookie anyways but remove the domain="" value to prevent // cross-site cookie injection. if (!cookiePtr->domain().isEmpty()) {