Fix various typos.

The typos and their corrections were found with the
aid of https://github.com/lucasdemarchi/codespell.
This commit is contained in:
derAnfaenger
2017-11-09 16:26:38 +01:00
parent 4817ba44a4
commit 19bc55aa45
32 changed files with 39 additions and 39 deletions

View File

@@ -27,5 +27,5 @@ def remove_attachment(user_profile, attachment):
try:
delete_message_image(attachment.path_id)
except Exception:
raise JsonableError(_("An error occured while deleting the attachment. Please try again later."))
raise JsonableError(_("An error occurred while deleting the attachment. Please try again later."))
attachment.delete()