mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-30 11:33:51 +00:00 
			
		
		
		
	Fix various typos.
The typos and their corrections were found with the aid of https://github.com/lucasdemarchi/codespell.
This commit is contained in:
		| @@ -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() | ||||
|   | ||||
		Reference in New Issue
	
	Block a user