server/sources/datafeed.py
changeset 9517 3338b2205ea3
parent 9224 5c6d6a9f4fc8
child 9543 39f981482e34
--- a/server/sources/datafeed.py	Thu Feb 13 15:11:07 2014 +0100
+++ b/server/sources/datafeed.py	Tue Feb 11 11:03:01 2014 +0100
@@ -193,7 +193,7 @@
         myuris = self.source_cwuris(session)
         parser = self._get_parser(session, sourceuris=myuris, import_log=importlog)
         if self.process_urls(parser, self.urls, raise_on_error):
-            self.warning("some error occured, don't attempt to delete entities")
+            self.warning("some error occurred, don't attempt to delete entities")
         else:
             parser.handle_deletion(self.config, session, myuris)
         self.update_latest_retrieval(session)