diff --git a/configs/configschema/decoder_spec.go b/configs/configschema/decoder_spec.go index 6dbdce21e..5357db815 100644 --- a/configs/configschema/decoder_spec.go +++ b/configs/configschema/decoder_spec.go @@ -26,7 +26,7 @@ var decoderSpecCache = specCache{ specs: map[uintptr]hcldec.Spec{}, } -// get returns the Spec associated with eth given Block, or nil if non is +// get returns the Spec associated with the given Block, or nil if none is // found. func (s *specCache) get(b *Block) hcldec.Spec { s.Lock()