diff options
| author | Eric Paris <[email protected]> | 2015-08-12 10:17:08 -0500 |
|---|---|---|
| committer | Eric Paris <[email protected]> | 2015-08-12 10:17:08 -0500 |
| commit | 978c009ee41c0f14bd0c0e2927ae81713cc65864 (patch) | |
| tree | 534064db791e32c46e2fc3f1eef47c3e26510261 | |
| parent | 41e9136667ee4f9ffd03da380e24629d7eccace4 (diff) | |
| parent | a5b1ec7bc336ed907e08592b0f2455ff1a06e97a (diff) | |
Merge pull request #42 from eparis/ogier-pick
Fix typo in bool_test.go
| -rw-r--r-- | bool_test.go | 2 |
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" } |
