Skip to content

Commit 61ccb6d

Browse files
committed
Fixed spelling error
2 parents 92b5461 + 59639b0 commit 61ccb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/idpyoidc/server/oidc/userinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def process_request(self, request=None, **kwargs):
147147
)
148148
allowed = False
149149

150-
# This has to be made more fine grained.
150+
# This has to be made more finegrained.
151151
# if "offline_access" in session["authn_req"]["scope"]:
152152
# pass
153153

0 commit comments

Comments
 (0)