Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dboulware committed Apr 20, 2022
1 parent 41d13a0 commit 8971e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handlers/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def ready(self):

post_delete.connect(db_location_deleted)
logger.debug(
"db_location_deleted registered to poste_delete"
"db_location_deleted registered to post_delete"
)

monitor_action_completed.connect(monitor_action_completed_callback)
Expand Down

0 comments on commit 8971e85

Please sign in to comment.