From 52758c869daccc9cbed574982baa8a9cc71ec11e Mon Sep 17 00:00:00 2001
From: Yoshinori Okuji <yo@nexedi.com>
Date: Thu, 22 Feb 2007 01:23:12 +0000
Subject: [PATCH] Fix a typo.

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

diff --git a/product/ERP5Type/Base.py b/product/ERP5Type/Base.py
index 1b3e9a6c21..926e09562f 100644
--- a/product/ERP5Type/Base.py
+++ b/product/ERP5Type/Base.py
@@ -2387,7 +2387,7 @@ class Base( CopyContainer,
     warnings.warn("The usage of Base.log is deprecated.\n"
                   "Please use Products.ERP5Type.Log.log instead.",
                   DeprecationWarning)
-    unrestrictedLog(description, content = content, level = leve)
+    unrestrictedLog(description, content = content, level = level)
 
   # Dublin Core Emulation for CMF interoperatibility
   # CMF Dublin Core Compatibility
-- 
2.30.9