Skip to content

Commit

Permalink
Typo in comment for COV received
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianTremblay committed Oct 16, 2020
1 parent d5b1856 commit a69a27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BAC0/core/functions/cov.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def _build_cov_request(self, context):
return request

def context_callback(self, elements, callback=None):
self._log.info("Receive COV Notification for {}".format(elements))
self._log.info("Received COV Notification for {}".format(elements))
if callback:
callback()
for device in self.registered_devices:
Expand Down

0 comments on commit a69a27a

Please sign in to comment.