1 parent 7e5a8ee commit 7730afeCopy full SHA for 7730afe
1 file changed
tags.go
@@ -5,7 +5,7 @@ import "strings"
5
// tagOptions contains a slice of tag options
6
type tagOptions []string
7
8
-// Has returns true if the given optiton is available in tagOptions
+// Has returns true if the given option is available in tagOptions
9
func (t tagOptions) Has(opt string) bool {
10
for _, tagOpt := range t {
11
if tagOpt == opt {
0 commit comments