Skip to content

Commit

Permalink
Merge pull request #1543 from wassan128/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
srenatus committed Sep 6, 2019
2 parents 3b7292a + 42e8619 commit 8427f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connector/saml/saml.go
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ func (p *provider) validateStatus(status *status) error {
func (p *provider) validateSubject(subject *subject, inResponseTo string) error {
// Optional according to the spec, but again, we're going to be strict here.
if len(subject.SubjectConfirmations) == 0 {
return fmt.Errorf("Subject contained no SubjectConfrimations")
return fmt.Errorf("Subject contained no SubjectConfirmations")
}

var errs []error
Expand Down

0 comments on commit 8427f0f

Please sign in to comment.