We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1e892 commit 5fb38deCopy full SHA for 5fb38de
src/frequenz/channels/util/_timer.py
@@ -655,7 +655,7 @@ async def ready(self) -> bool:
655
656
# If we didn't reach the tick yet, sleep until we do.
657
# We need to do this in a loop also reacting to the reset event, as the timer
658
- # could be reset while we are sleeping, in which case we need to recalculated
+ # could be reset while we are sleeping, in which case we need to recalculate
659
# the time to the next tick and try again.
660
while time_to_next_tick > 0:
661
await asyncio.sleep(time_to_next_tick / 1_000_000)
0 commit comments