Skip to content

Commit

Permalink
Fix minor spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Mar 19, 2015
1 parent 87742eb commit b09652a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/lib/search/index.py
Expand Up @@ -299,7 +299,7 @@ def index_package(self, pkg_dict, defer_commit=False):
finally:
conn.close()

commit_debug_msg = 'Not commited yet' if defer_commit else 'Commited'
commit_debug_msg = 'Not committed yet' if defer_commit else 'Committed'
log.debug('Updated index for %s [%s]' % (pkg_dict.get('name'), commit_debug_msg))

def commit(self):
Expand Down

0 comments on commit b09652a

Please sign in to comment.