summaryrefslogtreecommitdiff
path: root/vendor/github.com/spf13/viper/flags.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/spf13/viper/flags.go')
-rw-r--r--vendor/github.com/spf13/viper/flags.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/spf13/viper/flags.go b/vendor/github.com/spf13/viper/flags.go
index b5ddbf5d4..de033ed58 100644
--- a/vendor/github.com/spf13/viper/flags.go
+++ b/vendor/github.com/spf13/viper/flags.go
@@ -30,8 +30,8 @@ func (p pflagValueSet) VisitAll(fn func(flag FlagValue)) {
})
}
-// pflagValue is a wrapper aroung *pflag.flag
-// that implements FlagValue
+// pflagValue is a wrapper around *pflag.flag
+// that implements FlagValue.
type pflagValue struct {
flag *pflag.Flag
}