From 42e8619830ff439732abccbb731cc5c512013409 Mon Sep 17 00:00:00 2001 From: wassan128 Date: Fri, 6 Sep 2019 09:55:09 +0900 Subject: [PATCH] Fix typo --- connector/saml/saml.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connector/saml/saml.go b/connector/saml/saml.go index 7bc6730edd..4dac2aca6f 100644 --- a/connector/saml/saml.go +++ b/connector/saml/saml.go @@ -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