Fix typos

Found via `codespell -S resources`
This commit is contained in:
Kian-Meng Ang 2022-11-14 09:14:06 +08:00
parent 7b1768f654
commit 1f48b62a93
6 changed files with 13 additions and 13 deletions

View file

@ -274,7 +274,7 @@ def _get_items(query, server_id=None):
items['Items'].extend(result['Items'])
# Using items to return data and communicate a restore point back to the callee is
# a violation of the SRP. TODO: Seperate responsibilities.
# a violation of the SRP. TODO: Separate responsibilities.
items['RestorePoint'] = query
yield items
del items['Items'][:]