vendor/github.com/spf13/viper/flags.go
changeset 251 1c52a0eeb952
parent 242 2a9ec03fe5a1
--- a/vendor/github.com/spf13/viper/flags.go	Wed Sep 18 19:17:42 2019 +0200
+++ b/vendor/github.com/spf13/viper/flags.go	Sun Feb 16 18:54:01 2020 +0100
@@ -36,7 +36,7 @@
 	flag *pflag.Flag
 }
 
-// HasChanges returns whether the flag has changes or not.
+// HasChanged returns whether the flag has changes or not.
 func (p pflagValue) HasChanged() bool {
 	return p.flag.Changed
 }