From 7d582c2720cc137012067dbd39a815829831cd6a Mon Sep 17 00:00:00 2001 From: freddii Date: Wed, 27 Jan 2021 04:55:59 +0100 Subject: [PATCH] Fix typos in comments (#419) --- safeeyes/plugins/donotdisturb/plugin.py | 2 +- safeeyes/plugins/mediacontrol/plugin.py | 2 +- safeeyes/safeeyes.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/safeeyes/plugins/donotdisturb/plugin.py b/safeeyes/plugins/donotdisturb/plugin.py index a90464a..0f2cd5f 100644 --- a/safeeyes/plugins/donotdisturb/plugin.py +++ b/safeeyes/plugins/donotdisturb/plugin.py @@ -18,7 +18,7 @@ # along with this program. If not, see . """ Skip Fullscreen plugin skips the break if the active window is fullscreen. -NOTE: Do not remove the unused import 'GdkX11' becuase it is required in Ubuntu 14.04 +NOTE: Do not remove the unused import 'GdkX11' because it is required in Ubuntu 14.04 """ import os diff --git a/safeeyes/plugins/mediacontrol/plugin.py b/safeeyes/plugins/mediacontrol/plugin.py index 9f957fe..df471cd 100644 --- a/safeeyes/plugins/mediacontrol/plugin.py +++ b/safeeyes/plugins/mediacontrol/plugin.py @@ -17,7 +17,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . """ -Media Control plugin lets users to pause currntly playing media player from the break screen. +Media Control plugin lets users to pause currently playing media player from the break screen. """ import logging diff --git a/safeeyes/safeeyes.py b/safeeyes/safeeyes.py index 1f76071..8d7773b 100644 --- a/safeeyes/safeeyes.py +++ b/safeeyes/safeeyes.py @@ -220,7 +220,7 @@ class SafeEyes: # RPC server was running but now disabled self.__stop_rpc_server() - # Restart the core and intialize the components + # Restart the core and initialize the components self.config = config self.safe_eyes_core.initialize(config) self.break_screen.initialize(config)