From 8c339aa36401e547b2ccb5bc3a462cb5181c5ab9 Mon Sep 17 00:00:00 2001 From: Ikko Ashimine Date: Sat, 24 Sep 2022 01:17:12 +0900 Subject: [PATCH] Fix typo in session_loader.rb reseting -> resetting --- app/logical/session_loader.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/logical/session_loader.rb b/app/logical/session_loader.rb index 9bfb1a010..1a7d6478d 100644 --- a/app/logical/session_loader.rb +++ b/app/logical/session_loader.rb @@ -55,7 +55,7 @@ class SessionLoader # Sets the current user. Runs on each HTTP request. The user is set based on # their API key, their session cookie, or the signed user id param (used when - # reseting a password from an magic email link) + # resetting a password from an magic email link) # # Also performs post-load actions, including updating the user's last login # timestamp, their last used IP, their timezone, their database timeout, their