Skip to content

Commit

Permalink
Spelling correction
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn committed May 30, 2023
1 parent 3d77e08 commit d3cad5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/o365/classes/taskssensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,5 @@ def _raise_event(self, event_type, task_id):
def _validate_task_permissions(self):
return self._validate_permissions(
PERM_MINIMUM_TASKS_WRITE,
f"Not authorisied to create new task - requires permission: {PERM_TASKS_READWRITE}",
f"Not authorised to create new task - requires permission: {PERM_TASKS_READWRITE}",
)

0 comments on commit d3cad5c

Please sign in to comment.