*: fix spelling using github.com/client9/misspell

This commit is contained in:
Eric Chiang
2017-03-20 09:16:56 -07:00
parent 4bf74d8ac3
commit 33f0199077
7 changed files with 10 additions and 10 deletions

View File

@@ -341,7 +341,7 @@ func (p *provider) HandlePOST(s connector.Scopes, samlResponse string) (ident co
if !ok {
return ident, fmt.Errorf("no attribute with name %q", p.groupsAttr)
}
// TOOD(ericchiang): Do we need to further trim whitespace?
// TODO(ericchiang): Do we need to further trim whitespace?
ident.Groups = strings.Split(groupsStr, p.groupsDelim)
} else {
groups, ok := attributes.all(p.groupsAttr)