From 2d6e3d4566054ab4ba771f82f6f5ac01632db698 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sat, 28 Aug 2021 06:27:29 +0800 Subject: [PATCH] Correct a typo in lenovo_fix.py --- lenovo_fix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lenovo_fix.py b/lenovo_fix.py index 73902d2..9558151 100755 --- a/lenovo_fix.py +++ b/lenovo_fix.py @@ -937,7 +937,7 @@ def main(): thread.daemon = True thread.start() - # handle dbus events for applying undervolt/IccMax on resume from sleep/hybernate + # handle dbus events for applying undervolt/IccMax on resume from sleep/hibernate def handle_sleep_callback(sleeping): if not sleeping: undervolt(config)