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))