Fix various typos and spelling errors in documentation, comments and code. (#4134)

This commit is contained in:
Thomas Renes
2022-01-08 16:25:17 +01:00
committed by GitHub
parent 127b7f0a3a
commit 916df412f5
31 changed files with 56 additions and 56 deletions

View File

@@ -149,7 +149,7 @@ class FreshRSS_auth_Controller extends FreshRSS_ActionController {
]);
FreshRSS_Auth::giveAccess();
// Set cookie parameter if nedded.
// Set cookie parameter if needed.
if (Minz_Request::param('keep_logged_in')) {
FreshRSS_FormAuth::makeCookie($username, FreshRSS_Context::$user_conf->passwordHash);
} else {