From 4acd9f8f2bba01e6030f2a155fc898309d7dc9ff Mon Sep 17 00:00:00 2001 From: Erik Montes Date: Wed, 21 Dec 2016 11:17:12 -0800 Subject: [PATCH] typo fix --- applications/welcome/views/generic.jsonp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/welcome/views/generic.jsonp b/applications/welcome/views/generic.jsonp index 8b09fc2b..b46aaf09 100644 --- a/applications/welcome/views/generic.jsonp +++ b/applications/welcome/views/generic.jsonp @@ -7,7 +7,7 @@ # it is not safe to use as a generic.jsonp because of security implications. if response.view == 'generic.jsonp': - raise HTTP(501,'generic.jsonp diasbled for security reasons') + raise HTTP(501,'generic.jsonp disabled for security reasons') try: from gluon.serializers import json @@ -20,4 +20,4 @@ except ImportError: raise HTTP(405, 'JSON not available') except: raise HTTP(405, 'JSON error') -}} \ No newline at end of file +}}