From 9b757ebc593d3362a175cfd8e813230da1c8844d Mon Sep 17 00:00:00 2001
From: Nicolas Delaby <nicolas@nexedi.com>
Date: Fri, 11 Sep 2009 14:46:53 +0000
Subject: [PATCH] typo

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

diff --git a/product/ERP5OOo/tests/testDms.py b/product/ERP5OOo/tests/testDms.py
index de85ea5dec..8682b8a1f8 100644
--- a/product/ERP5OOo/tests/testDms.py
+++ b/product/ERP5OOo/tests/testDms.py
@@ -798,7 +798,7 @@ class TestDocument(ERP5TypeTestCase, ZopeTestCase.Functional):
     # rewriteIngestionData type based method.
     # setFile should keep value provided by portal_contribution
     # instead of reading it from file itself.
-    # See special parameter set_filename__ in EPR5.Tool.ContributionTool
+    # See special parameter set_filename__ in ERP5.Tool.ContributionTool
     document.edit(file=upload_file)
     self.assertEquals('application/pdf', document.getContentType())
 
-- 
2.30.9