Skip to content

Commit

Permalink
Fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
terop committed Dec 30, 2023
1 parent 3e89aa4 commit e995446
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion safeeyes/plugins/healthstats/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def on_start_break(break_obj):
global session
session['breaks'] += 1

# Screen time has stoped.
# Screen time has stopped.
on_stop()


Expand Down
2 changes: 1 addition & 1 deletion safeeyes/plugins/notification/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def on_start_break(break_obj):

def on_exit():
"""
Uninitialize the registered notificaion.
Uninitialize the registered notification.
"""
logging.debug('Stop Notification plugin')
Notify.uninit()
2 changes: 1 addition & 1 deletion safeeyes/rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

class RPCServer:
"""
An aynchronous RPC server.
An asynchronous RPC server.
"""
def __init__(self, port, context):
self.__running = False
Expand Down

0 comments on commit e995446

Please sign in to comment.