Commit bb615e11 authored by Vincent Pelletier's avatar Vincent Pelletier

Typo in comment.

parent a82c8186
...@@ -368,7 +368,7 @@ class ZCatalog(Folder, Persistent, Implicit): ...@@ -368,7 +368,7 @@ class ZCatalog(Folder, Persistent, Implicit):
playBackRecordedObjectList(sql_catalog_id=sql_catalog_id, playBackRecordedObjectList(sql_catalog_id=sql_catalog_id,
catalog=catalog) catalog=catalog)
else: else:
# If there iss nothing to do, go to next step. # If there is nothing to do, go to next step.
if catalog == 0: if catalog == 0:
# If we were replaying unindex actions, time to replay index actions. # If we were replaying unindex actions, time to replay index actions.
self.activate(priority=5).\ self.activate(priority=5).\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment