From 6492b314cc0995b1d9494eb8d59bb5a483e8ebfe Mon Sep 17 00:00:00 2001 From: smukk9 Date: Mon, 25 Mar 2024 09:58:36 -0700 Subject: [PATCH] fix typo --- viper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {