Commit deac4dfa authored by Jean-Paul Smets's avatar Jean-Paul Smets

typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19209 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a8042e00
......@@ -482,7 +482,7 @@ class OOoDocument(File, ConversionCacheMixin):
if web_page.getValidationState() != 'embedded':
# Make sure embedded is set until cleaner solution if found
web_page.edit()
web_page.activate().disoverMetadata() # Maybe we should use contribution tool instead
web_page.activate().discoverMetadata() # Maybe we should use contribution tool instead
# Should be embedded
else:
image_or_file = newContent(\
......
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