commit | a5b1ec7bc336ed907e08592b0f2455ff1a06e97a | [log] [tgz] |
---|---|---|
author | ssgelm <ssgelm@gmail.com> | Fri Jul 24 15:48:23 2015 -0500 |
committer | Eric Paris <eparis@redhat.com> | Wed Aug 12 11:12:18 2015 -0400 |
tree | 534064db791e32c46e2fc3f1eef47c3e26510261 | |
parent | 41e9136667ee4f9ffd03da380e24629d7eccace4 [diff] |
Fix typo in bool_test.go (cherry picked from commit faf06f062514fcb3a92c325d15bf312d1be84f94)
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 @@ 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" }