aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bool_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/bool_test.go b/bool_test.go
index febf667..afd25ae 100644
--- a/bool_test.go
+++ b/bool_test.go
@@ -51,7 +51,7 @@ func (v *triStateValue) String() string {
return fmt.Sprintf("%v", bool(*v == triStateTrue))
}
-// The type of the flag as requred by the pflag.Value interface
+// The type of the flag as required by the pflag.Value interface
func (v *triStateValue) Type() string {
return "version"
}