mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 07:24:49 -04:00
Spell "domain" correctly
s/domian/domain/g
This commit is contained in:
parent
2d98c960ec
commit
1a3a2002ff
6 changed files with 19 additions and 19 deletions
|
@ -21,7 +21,7 @@ from collections import namedtuple
|
|||
Requester = namedtuple("Requester", ["user", "access_token_id", "is_guest"])
|
||||
|
||||
|
||||
def get_domian_from_id(string):
|
||||
def get_domain_from_id(string):
|
||||
return string.split(":", 1)[1]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue