Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
ZohebShaikh committed Sep 19, 2024
1 parent 35c07fe commit 2f4a9fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ophyd_async/core/_detector.py
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def __init__(
self._fly_status: WatchableAsyncStatus | None = None
self._fly_start: float
self._iterations_completed: int = 0
self._intial_frame: int
self._initial_frame: int
self._last_frame: int
super().__init__(name)

Expand All @@ -208,7 +208,7 @@ def writer(self) -> DetectorWriter:

@AsyncStatus.wrap
async def stage(self) -> None:
# Disarm the detector, stop filewriting.
# Disarm the detector, stop file writing.
await self._check_config_sigs()
await asyncio.gather(self.writer.close(), self.controller.disarm())
self._trigger_info = None
Expand Down

0 comments on commit 2f4a9fc

Please sign in to comment.