Skip to content

Commit c58d7ad

Browse files
authored
Update msc3861_delegated.py spelling correction (#18697)
1 parent 6127aa0 commit c58d7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/api/auth/msc3861_delegated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ async def get_user_by_access_token(
480480
# XXX: This is a temporary solution so that the admin API can be called by
481481
# the OIDC provider. This will be removed once we have OIDC client
482482
# credentials grant support in matrix-authentication-service.
483-
logger.info("Admin toked used")
483+
logger.info("Admin token used")
484484
# XXX: that user doesn't exist and won't be provisioned.
485485
# This is mostly fine for admin calls, but we should also think about doing
486486
# requesters without a user_id.

0 commit comments

Comments
 (0)