From e053484fd1c6af383ea2dde9651cf8ba077a9301 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Wed, 10 Jul 2024 19:11:03 +0900 Subject: [PATCH] Update spelling mistake in streamlabs logging (#1160) occured -> occurred --- apprise/plugins/streamlabs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apprise/plugins/streamlabs.py b/apprise/plugins/streamlabs.py index c534f1ba..d5edb645 100644 --- a/apprise/plugins/streamlabs.py +++ b/apprise/plugins/streamlabs.py @@ -323,7 +323,7 @@ class NotifyStreamlabs(NotifyBase): except requests.RequestException as e: self.logger.warning( - 'A Connection error occured sending Streamlabs ' + 'A Connection error occurred sending Streamlabs ' 'alert.' ) self.logger.debug('Socket Exception: %s' % str(e)) @@ -368,7 +368,7 @@ class NotifyStreamlabs(NotifyBase): except requests.RequestException as e: self.logger.warning( - 'A Connection error occured sending Streamlabs ' + 'A Connection error occurred sending Streamlabs ' 'donation.' ) self.logger.debug('Socket Exception: %s' % str(e))