From d3d447fcf1ccd2a63ddd5281607fdbfa077ac035 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 19 Dec 2020 22:01:50 -0500 Subject: [PATCH] spelling: readable 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 2687fc8d..877bf4ac 100644 --- a/connector/saml/saml.go +++ b/connector/saml/saml.go @@ -452,7 +452,7 @@ func (p *provider) HandlePOST(s connector.Scopes, samlResponse, inResponseTo str } // validateStatus verifies that the response has a good status code or -// formats a human readble error based on the bad status. +// formats a human readable error based on the bad status. func (p *provider) validateStatus(status *status) error { // StatusCode is mandatory in the Status type statusCode := status.StatusCode