Skip to content

Commit

Permalink
nit: typo (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
anguillanneuf committed Feb 14, 2020
1 parent cc3093a commit 1feaa24
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -582,7 +582,7 @@ def _on_response(self, response):
return

_LOGGER.debug(
"Processing %s received message(s), currenty on hold %s (bytes %s).",
"Processing %s received message(s), currently on hold %s (bytes %s).",
len(response.received_messages),
self._messages_on_hold.size,
self._on_hold_bytes,
Expand Down

0 comments on commit 1feaa24

Please sign in to comment.