Skip to content

Commit

Permalink
[#652] Get spelling right
Browse files Browse the repository at this point in the history
  • Loading branch information
domoritz committed Apr 23, 2013
1 parent 71dd159 commit fc14e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckanext/datastore/db.py
Expand Up @@ -1173,7 +1173,7 @@ def _change_privilege(context, data_dict, what):


def make_private(context, data_dict):
log.info('Making resource {0} privtae'.format(
log.info('Making resource {0} private'.format(
data_dict['resource_id']))
engine = _get_engine(context, data_dict)
context['connection'] = engine.connect()
Expand Down

0 comments on commit fc14e37

Please sign in to comment.