Skip to content

Commit

Permalink
Merge pull request #556 from terop/fix_typos
Browse files Browse the repository at this point in the history
Fix some typos
  • Loading branch information
archisman-panigrahi authored Jun 26, 2024
2 parents a156cea + e995446 commit 1159d6c
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 1159d6c

Please sign in to comment.