From 74bfbcefbc6b8d1d014e9eecc3f10c504ad6805b Mon Sep 17 00:00:00 2001
From: Danny Sauer <dsauer@suse.com>
Date: Tue, 9 Oct 2018 15:51:17 -0500
Subject: [PATCH] minor spelling correction

---
 server/oauth2.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/oauth2.go b/server/oauth2.go
index b5d992ca..8c9494f5 100644
--- a/server/oauth2.go
+++ b/server/oauth2.go
@@ -187,7 +187,7 @@ func signPayload(key *jose.JSONWebKey, alg jose.SignatureAlgorithm, payload []by
 	return signature.CompactSerialize()
 }
 
-// The hash algorithm for the at_hash is detemrined by the signing
+// The hash algorithm for the at_hash is determined by the signing
 // algorithm used for the id_token. From the spec:
 //
 //    ...the hash algorithm used is the hash algorithm used in the alg Header
-- 
GitLab