Skip to content

Commit

Permalink
[#2939] Fix comment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Nov 15, 2012
1 parent 9a36d04 commit 231ec96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/new_authz.py
Expand Up @@ -61,7 +61,7 @@ def is_authorized(action, context, data_dict=None):
else:
raise ValueError(_('Authorization function not found: %s' % action))

# these are the premissions that roles have
# these are the permissions that roles have
ROLE_PERMISSIONS = {
'admin': ['admin'],
'editor': ['read', 'update', 'delete_dataset', 'create_dataset', 'update_dataset'],
Expand Down

0 comments on commit 231ec96

Please sign in to comment.