From a996c4ba549e06f99bb1db5e0d4e3aed8dd5a8dd Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 19 Dec 2020 22:01:46 -0500 Subject: [PATCH] spelling: guaranteeing Signed-off-by: Josh Soref --- 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 08ff6cbc..2687fc8d 100644 --- a/connector/saml/saml.go +++ b/connector/saml/saml.go @@ -480,7 +480,7 @@ func (p *provider) validateStatus(status *status) error { // see https://www.oasis-open.org/committees/download.php/35389/sstc-saml-profiles-errata-2.0-wd-06-diff.pdf // // Some of these fields are optional, but we're going to be strict here since -// we have no other way of guarenteeing that this is actually the response to +// we have no other way of guaranteeing that this is actually the response to // the request we expect. func (p *provider) validateSubject(subject *subject, inResponseTo string) error { // Optional according to the spec, but again, we're going to be strict here.