From 97d3e8fa7ffcf2a615d266dd3f67002719206efe Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sat, 19 Dec 2020 22:01:58 -0500 Subject: [PATCH] spelling: signature Signed-off-by: Josh Soref --- connector/saml/saml_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connector/saml/saml_test.go b/connector/saml/saml_test.go index aa07aae7..67d7efb1 100644 --- a/connector/saml/saml_test.go +++ b/connector/saml/saml_test.go @@ -562,7 +562,7 @@ func runVerify(t *testing.T, ca string, resp string, shouldSucceed bool) { } } else { if !shouldSucceed { - t.Fatalf("expected an invalid signatrue but verification has been successful") + t.Fatalf("expected an invalid signature but verification has been successful") } } }