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()) {