From 338d93ecc32cd4ccb1d5b45f7ed801938bb76ae6 Mon Sep 17 00:00:00 2001 From: David Lemayian Date: Thu, 20 Nov 2014 15:06:09 +0300 Subject: [PATCH] Fix spelling in home controller comments --- ckan/controllers/home.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ckan/controllers/home.py b/ckan/controllers/home.py index 09bec61f958..385ac5be736 100644 --- a/ckan/controllers/home.py +++ b/ckan/controllers/home.py @@ -111,7 +111,7 @@ def index(self): if msg: h.flash_notice(msg, allow_html=True) - # START OF DIRTYNESS + # START OF DIRTINESS def get_group(id): def _get_group_type(id): """ @@ -178,7 +178,7 @@ def db_to_form_schema(group_type=None): c.group_package_stuff = dirty_cached_group_stuff - # END OF DIRTYNESS + # END OF DIRTINESS return base.render('home/index.html', cache_force=True) def license(self):