From a1854810c386a1d4c34540fc5bb9e30f16226cd0 Mon Sep 17 00:00:00 2001
From: Vincent Pelletier <vincent@nexedi.com>
Date: Fri, 11 Sep 2009 08:25:28 +0000
Subject: [PATCH] Update comment (forgotten in 28921).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28924 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/CMFActivity/ActiveObject.py | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/product/CMFActivity/ActiveObject.py b/product/CMFActivity/ActiveObject.py
index 5826715779..de8bfcd7fc 100644
--- a/product/CMFActivity/ActiveObject.py
+++ b/product/CMFActivity/ActiveObject.py
@@ -96,8 +96,9 @@ class ActiveObject(ExtensionClass.Base):
                            tagged with this tag.
 
     """
-    # Get activate values from activate_kw, then _v_activate_kw
-    # only if they are not set directly as arguments to activate()
+    # Get activate values from activate_kw, then default_activate_parameter
+    # transactional variable only if they are not set directly as arguments
+    # to activate()
     if activate_kw is not None:
       for k, v in activate_kw.iteritems():
         if k not in kw:
-- 
2.30.9