Skip to content

Commit

Permalink
node: object_directory: fix "these" typo in a comment
Browse files Browse the repository at this point in the history
The codespell tool has learned a few new common typos and this is
one of them. Fix it to make our CI happy again.

Signed-off-by: Leonard Göhrs <[email protected]>
  • Loading branch information
hnez authored and SmithChart committed Jun 25, 2024
1 parent 4bc94a6 commit 6d073fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxa_iobus/node/object_directory.py
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ async def enable(self):
class Adc(ProcessDataObject):
"""Read analog voltages on the node
The node contains the required calibration data to convert thease measurements
The node contains the required calibration data to convert these measurements
to e.g. volts.
"""

Expand Down

0 comments on commit 6d073fc

Please sign in to comment.