From deac4dfa822beba422eee35b846b2a887eab9f59 Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Sat, 9 Feb 2008 19:52:03 +0000
Subject: [PATCH] typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19209 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5OOo/Document/OOoDocument.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5OOo/Document/OOoDocument.py b/product/ERP5OOo/Document/OOoDocument.py
index 9f9a05af4f..1b283aa21e 100644
--- a/product/ERP5OOo/Document/OOoDocument.py
+++ b/product/ERP5OOo/Document/OOoDocument.py
@@ -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(\
-- 
2.30.9