doc: fix codespell problem

fixed codespell problems found
in the CI run

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
This commit is contained in:
Madhu Rajanna
2024-09-04 10:13:03 +02:00
committed by mergify[bot]
parent 56cf915dff
commit bdd4c077ce
4 changed files with 5 additions and 5 deletions

View File

@ -37,7 +37,7 @@ type checker struct {
// timeout contains the delay (interval + timeout)
timeout time.Duration
// mutex protects against concurrent access to healty, err and
// mutex protects against concurrent access to healthy, err and
// lastUpdate
mutex *sync.RWMutex