Skip to content

Commit

Permalink
typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobMeier committed Jun 5, 2022
1 parent 57ddd8a commit 476d48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tmtccmd/sendreceive/sequential_sender_receiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def _send_next_telecommand(self) -> bool:

# queue empty.
elif not self._tc_queue:
# Another specal case: Last queue entry is to wait.
# Another special case: Last queue entry is to wait.
if self._wait_period > 0:
if self.wait_period_ongoing():
return False
Expand Down

0 comments on commit 476d48e

Please sign in to comment.