From d8857e9bd7ba4f15a8a1e0da8e5a04d3dbf51fc3 Mon Sep 17 00:00:00 2001 From: Davide QUARANTIELLO Date: Wed, 23 Sep 2026 09:59:04 +0200 Subject: [PATCH] fix codespell --- extras/codespell-ignore-words-list.txt | 2 -- src/LSM6DSV16BXSensor.cpp | 4 ++-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/extras/codespell-ignore-words-list.txt b/extras/codespell-ignore-words-list.txt index d202872..2517688 100644 --- a/extras/codespell-ignore-words-list.txt +++ b/extras/codespell-ignore-words-list.txt @@ -1,3 +1 @@ daa -durantion -ois diff --git a/src/LSM6DSV16BXSensor.cpp b/src/LSM6DSV16BXSensor.cpp index 3956b53..e004db3 100644 --- a/src/LSM6DSV16BXSensor.cpp +++ b/src/LSM6DSV16BXSensor.cpp @@ -2254,7 +2254,7 @@ LSM6DSV16BXStatusTypeDef LSM6DSV16BXSensor::Enable_Wake_Up_Detection(LSM6DSV16BX return LSM6DSV16BX_ERROR; } - /* Set wake-up durantion */ + /* Set wake-up duration */ if (Set_Wake_Up_Duration(0) != LSM6DSV16BX_OK) { return LSM6DSV16BX_ERROR; } @@ -2349,7 +2349,7 @@ LSM6DSV16BXStatusTypeDef LSM6DSV16BXSensor::Disable_Wake_Up_Detection() return LSM6DSV16BX_ERROR; } - /* Reset wake-up durantion */ + /* Reset wake-up duration */ if (Set_Wake_Up_Duration(0) != LSM6DSV16BX_OK) { return LSM6DSV16BX_ERROR; }