diff --git a/viper.go b/viper.go index 2d10b92..229abf1 100644 --- a/viper.go +++ b/viper.go @@ -1791,7 +1791,7 @@ func (v *Viper) writeConfig(filename string, force bool) error { return f.Sync() } -// commenting since it is unsed. +// commenting since it is unused. // Unmarshal a Reader into a map. // Should probably be an unexported function. // func unmarshalReader(in io.Reader, c map[string]any) error {