forked from Silverfish/proton-bridge
chore: fix typos found by codespell
This commit is contained in:
committed by
Romain LE JEUNE
parent
0d57e3645a
commit
66bc911652
@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user