Skip to content

Commit 7a60b40

Browse files
typos
1 parent d7ee79e commit 7a60b40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

microscope/controllers/asi.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ def read_until_timeout(self) -> None:
287287
continue
288288

289289
def wait_until_idle(self) -> None:
290-
"""Keep sending the ``STATUS`` comand until it responds ``0\\r``"""
290+
"""Keep sending the ``STATUS`` command until it responds ``0\\r``"""
291291
self._command_and_validate(b"STATUS", b"N")
292292

293293
def _command_and_validate(self, command: bytes, expected: bytes) -> bytes:
@@ -407,7 +407,7 @@ def __init__(self, dev_conn: _ASIController, axis: int) -> None:
407407
# mosaic etc... Maybe we just need to know it!
408408
self.min_limit = 0.0
409409
self.max_limit = 100000.0
410-
# arbitary speed of 5 mm/s 10 is too fast for y but X appears
410+
# arbitrary speed of 5 mm/s 10 is too fast for y but X appears
411411
# to be fine on my stage at this speed.
412412
self.set_speed(5)
413413

0 commit comments

Comments
 (0)