From 6d073fc1edefbc5065115c14e9ac12c5c2f368ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20G=C3=B6hrs?= Date: Tue, 25 Jun 2024 15:05:34 +0200 Subject: [PATCH] node: object_directory: fix "these" typo in a comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- lxa_iobus/node/object_directory.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxa_iobus/node/object_directory.py b/lxa_iobus/node/object_directory.py index d4d7841..9f1480a 100644 --- a/lxa_iobus/node/object_directory.py +++ b/lxa_iobus/node/object_directory.py @@ -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. """