1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-07-17 01:32:29 +02:00

Fix a bunch of typos

This commit is contained in:
Vincent Kling
2022-10-19 19:36:13 +02:00
parent e600f20762
commit 23d06a5761
50 changed files with 75 additions and 75 deletions

View File

@ -472,7 +472,7 @@ class MailuSessionExtension:
redis.StrictRedis().from_url(app.config['SESSION_STORAGE_URL'])
)
# clean expired sessions oonce on first use in case lifetime was changed
# clean expired sessions once on first use in case lifetime was changed
def cleaner():
with cleaned.get_lock():
if not cleaned.value: