Skip to content

Commit

Permalink
[#1102] Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmartin committed Nov 28, 2013
1 parent 9f3bd90 commit 09394b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/controllers/package.py
Expand Up @@ -1299,7 +1299,7 @@ def groups(self, id):

for group in c.pkg_dict.get('groups', []):
## this could be pushed back to package dictize
group['display_name'] = group.get('titile') or group.get('name')
group['display_name'] = group.get('title') or group.get('name')
group['user_member'] = (group['id'] in user_group_ids)


Expand Down

0 comments on commit 09394b0

Please sign in to comment.