Skip to content

Commit 4565e47

Browse files
typo
1 parent 99ab56d commit 4565e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microscope/controllers/asi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def set_speed(self, axis: int, speed: int) -> None:
377377
def find_max_speed(self, axis: int):
378378
axis_name = self._axis_mapper[axis]
379379
speed = 100000000
380-
#set the sepeed
380+
#set the speed
381381
self.get_command(bytes(f"SPEED {axis_name}={speed}", "ascii"))
382382
#read off the max speed set by controller
383383
response=self.get_command(bytes(f"SPEED {axis_name}?", "ascii"))

0 commit comments

Comments
 (0)