summaryrefslogtreecommitdiff
path: root/service/pixelated/resources/attachments_resource.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/pixelated/resources/attachments_resource.py')
-rw-r--r--service/pixelated/resources/attachments_resource.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/pixelated/resources/attachments_resource.py b/service/pixelated/resources/attachments_resource.py
index 19b5d0bc..ffd05c29 100644
--- a/service/pixelated/resources/attachments_resource.py
+++ b/service/pixelated/resources/attachments_resource.py
@@ -102,7 +102,7 @@ class AttachmentsResource(Resource):
def error_handler(error):
print error
- respond_json_deferred({"message": "Something went wrong. Attachement not saved."}, request, status_code=500)
+ respond_json_deferred({"message": "Something went wrong. Attachment not saved."}, request, status_code=500)
deferred.addCallback(send_location)
deferred.addErrback(error_handler)