diff --git a/rfd_notify/notifications.py b/rfd_notify/notifications.py index c7fd3e1..85e2dff 100644 --- a/rfd_notify/notifications.py +++ b/rfd_notify/notifications.py @@ -12,7 +12,7 @@ def send_notification( topic: Topic, posts: List[Post], expression: str, servers: str ) -> None: if servers is None: - logger.warning("APPRISE_URL is not set. Will not send notifcation") + logger.warning("APPRISE_URL is not set. Will not send notification") return apobj = apprise.Apprise()