chore: fix typos found by codespell

This commit is contained in:
Dimitri Papadopoulos
2023-07-07 14:41:10 +02:00
committed by Romain LE JEUNE
parent 0d57e3645a
commit 66bc911652
21 changed files with 37 additions and 37 deletions

View File

@ -115,7 +115,7 @@ func (h *macOSHelper) Get(secretURL string) (string, string, error) {
results, err := keychain.QueryItem(query)
if err != nil {
l.WithError(err).Error("Querry item failed")
l.WithError(err).Error("Query item failed")
return "", "", parseError(err)
}