spelling: cannot

This commit is contained in:
Josh Soref 2018-10-02 07:04:07 +00:00
parent 74d49add6d
commit d9d3add093

View file

@ -787,7 +787,7 @@ def record_apply(domain_name):
else:
return make_response(jsonify( result ), 400)
except Exception as e:
logging.error('Canot apply record changes. Error: {0}'.format(e))
logging.error('Cannot apply record changes. Error: {0}'.format(e))
logging.debug(traceback.format_exc())
return make_response(jsonify( {'status': 'error', 'msg': 'Error when applying new changes'} ), 500)