fix typos

master
Aevann1 2022-09-22 01:52:39 +02:00
parent 2b594d75bc
commit d22d60b5f7
2 changed files with 2 additions and 2 deletions

View File

@ -857,7 +857,7 @@ def agendaposter(user_id, v):
g.db.add(user)
if days: note = f"for {days} days"
else: note = "permenantly"
else: note = "permanently"
ma = ModAction(
kind="agendaposter",

View File

@ -173,7 +173,7 @@ def award_thing(v, thing_type, id):
return {"error": "You can't use this award on yourself."}, 400
if kind == 'marsify' and author.marsify == 1:
return {"error": "User is already permenantly marsified!"}, 403
return {"error": "User is already permanently marsified!"}, 403
if v.id != author.id:
if author.deflector and v.deflector: