Skip to content

Commit

Permalink
Fixed typo in upgrade log message
Browse files Browse the repository at this point in the history
  • Loading branch information
gbastien committed Oct 13, 2023
1 parent 7016252 commit 57f8174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/collective/iconifiedcategory/upgrades.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def upgrade_to_2104(context):
'behaviors.iconifiedcategorization.IIconifiedCategorizationMarker')
i = 0
pghandler = ZLogHandler(steps=1000)
pghandler.info('Initilizing "show_preview" to False for every categorized elements...')
pghandler.info('Initializing "show_preview" to False for every categorized elements...')
pghandler.init('InitShowPreviewForCategorizedElements', len(brains))

for brain in brains:
Expand All @@ -189,7 +189,7 @@ def upgrade_to_2105(context):
'behaviors.iconifiedcategorization.IIconifiedCategorizationMarker')
i = 0
pghandler = ZLogHandler(steps=1000)
pghandler.info('Initilizing "contentType" for every categorized elements...')
pghandler.info('Initializing "contentType" for every categorized elements...')
pghandler.init('InitFileContentTypeForCategorizedElements', len(brains))

for brain in brains:
Expand Down

0 comments on commit 57f8174

Please sign in to comment.