Fix typos in comments (#419)

This commit is contained in:
freddii 2021-01-27 04:55:59 +01:00 committed by GitHub
parent 53a66a9aa1
commit 7d582c2720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
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

View File

@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
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

View File

@ -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)