diff --git a/comp/core/secrets/secretsimpl/walker.go b/comp/core/secrets/secretsimpl/walker.go index e6f8c692638d1c..007d47f11d479d 100644 --- a/comp/core/secrets/secretsimpl/walker.go +++ b/comp/core/secrets/secretsimpl/walker.go @@ -14,7 +14,7 @@ type resolverCallback func([]string, string) (string, error) type walker struct { // resolver is called to fetch the value of a handle resolver resolverCallback - // notifier is call each time a key from the YAML is updated. This is use by DecryptWithCallback. + // notifier is called each time a key from the YAML is updated. This is used by DecryptWithCallback. // // When a slice is updated, this will be called once with the final slice content. notifier secrets.DecryptCallback