Skip to content

Commit

Permalink
Fix spelling in home controller comments
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLemayian committed Nov 20, 2014
1 parent 593a42e commit 338d93e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ckan/controllers/home.py
Expand Up @@ -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):
"""
Expand Down Expand Up @@ -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):
Expand Down

0 comments on commit 338d93e

Please sign in to comment.