From d9d3add093ea718e73f39f14ab14d406144eac8f Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 2 Oct 2018 07:04:07 +0000 Subject: [PATCH] spelling: cannot --- app/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views.py b/app/views.py index 3311997..cc79b50 100644 --- a/app/views.py +++ b/app/views.py @@ -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)