Skip to content

Commit b28f6af

Browse files
Fix typo in comment
Co-authored-by: daniel-zullo-frequenz <[email protected]> Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 45b68bf commit b28f6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/channels/timer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ async def ready(self) -> bool: # noqa: DOC502
699699

700700
# If we didn't reach the tick yet, sleep until we do.
701701
# We need to do this in a loop also reacting to the reset event, as the timer
702-
# could be reset while we are sleeping, in which case we need to recalculated
702+
# could be reset while we are sleeping, in which case we need to recalculate
703703
# the time to the next tick and try again.
704704
while time_to_next_tick > 0:
705705
await asyncio.sleep(time_to_next_tick / 1_000_000)

0 commit comments

Comments
 (0)