[Typo Fix] Permissions (#3390)

* [Typo Fix] Permissions

* Changelog file
This commit is contained in:
Stonedestroyer
2020-01-17 10:43:37 +01:00
committed by Michael H
parent 85438e7454
commit a203fe34cf
2 changed files with 3 additions and 2 deletions

View File

@@ -95,8 +95,8 @@ class PrivilegeLevel(enum.IntEnum):
"""Enumeration for special privileges."""
# Maintainer Note: do NOT re-order these.
# Each privelege level also implies access to the ones before it.
# Inserting new privelege levels at a later point is fine if that is considered.
# Each privilege level also implies access to the ones before it.
# Inserting new privilege levels at a later point is fine if that is considered.
NONE = enum.auto()
"""No special privilege level."""