Skip to content

Commit

Permalink
Fix a typo in a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Hammond committed Jan 26, 2012
1 parent f4d9912 commit 68a15ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/migration/versions/034_resource_group_table.py
Expand Up @@ -110,7 +110,7 @@ def upgrade(migrate_engine):
# do data transfer
# give resource group a hashed version of package uuid
# so that we can use the same hash calculation on
# the resource and resource revistion table
# the resource and resource revision table
migrate_engine.execute('''
insert into resource_group
select
Expand Down

0 comments on commit 68a15ec

Please sign in to comment.