# HG changeset patch # User Kim Alvefur # Date 1627338102 -7200 # Node ID ab7dc5c5c782036d1f7032534a1a49c7686e2983 # Parent 921c607617b0536debba00bce2db4ac7be90ec99 mod_smacks: Fix typo in comment (thanks codespell) diff -r 921c607617b0 -r ab7dc5c5c782 mod_smacks/mod_smacks.lua --- a/mod_smacks/mod_smacks.lua Thu Jul 22 17:26:32 2021 +0200 +++ b/mod_smacks/mod_smacks.lua Tue Jul 27 00:21:42 2021 +0200 @@ -499,7 +499,7 @@ and session.hibernating == hibernate_time then -- wait longer if the timeout isn't reached because push was enabled for this session -- session.first_hibernated_push is the starting point for hibernation timeouts of those push enabled clients - -- wait for an additional resume_timeout seconds if no push occured since hibernation at all + -- wait for an additional resume_timeout seconds if no push occurred since hibernation at all local current_time = os_time(); local timeout_start = math_max(session.hibernating, session.first_hibernated_push or session.hibernating); if session.push_identifier ~= nil and not session.first_hibernated_push then