diff options
| author | 2022-01-08 16:25:17 +0100 | |
|---|---|---|
| committer | 2022-01-08 16:25:17 +0100 | |
| commit | 916df412f5b6f7fb9bcfb705a3c8c23e35304410 (patch) | |
| tree | d87c483688575cb5a6b674849e2aefa2052116c8 /app/Controllers/authController.php | |
| parent | 127b7f0a3aad7012055c058e8aba0d27192a8cbc (diff) | |
Fix various typos and spelling errors in documentation, comments and code. (#4134)
Diffstat (limited to 'app/Controllers/authController.php')
| -rw-r--r-- | app/Controllers/authController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Controllers/authController.php b/app/Controllers/authController.php index fedabea8e..c4258b8df 100644 --- a/app/Controllers/authController.php +++ b/app/Controllers/authController.php @@ -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 { |
