Skip to content

Commit 648dc40

Browse files
authored
Fix typo in comment (#247)
2 parents 45b68bf + b28f6af commit 648dc40

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)