Skip to content

Commit

Permalink
fix: spelling mistake in log message (#133)
Browse files Browse the repository at this point in the history
Co-authored-by: Bart Veraart <[email protected]>
  • Loading branch information
beerdeaap and Bart Veraart authored Oct 11, 2023
1 parent 924d87b commit 292760e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kstreams/prometheus/monitor.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def start(self) -> None:
self._task = asyncio.create_task(self._metrics_task())

async def stop(self) -> None:
logger.info("Stoping Prometheus metrics...")
logger.info("Stopping Prometheus metrics...")
self.running = False

if self._task is not None:
Expand Down

0 comments on commit 292760e

Please sign in to comment.