feeds/rapidfire.py: fix typo
Eric Davis 2 years ago fdcf1770 c810f856
··· 62 62 ) 63 63 64 64 def commit_changes(self): 65 65 - self.logger.debug('comitting changes') 65 65 + self.logger.debug('committing changes') 66 66 self.delete_old_posts() 67 67 self.transaction_commit(self.db_cnx) 68 68 self.wal_checkpoint(self.db_cnx, 'RESTART')