Skip to content

Commit 5fb38de

Browse files
Fix typo in comment
Co-authored-by: daniel-zullo-frequenz <[email protected]> Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 8a1e892 commit 5fb38de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/channels/util/_timer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ async def ready(self) -> bool:
655655

656656
# If we didn't reach the tick yet, sleep until we do.
657657
# 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
658+
# could be reset while we are sleeping, in which case we need to recalculate
659659
# the time to the next tick and try again.
660660
while time_to_next_tick > 0:
661661
await asyncio.sleep(time_to_next_tick / 1_000_000)

0 commit comments

Comments
 (0)