[Checkins] SVN: Products.CMFCore/trunk/Products/CMFCore/ - fiveactionstool: fix typo in a method name that isn't even used in the CMF or Plone.

Jens Vagelpohl jens at dataflake.org
Tue Aug 26 10:34:16 EDT 2008


Log message for revision 90334:
  - fiveactionstool: fix typo in a method name that isn't even used in the CMF   or Plone.
  

Changed:
  U   Products.CMFCore/trunk/Products/CMFCore/CHANGES.txt
  U   Products.CMFCore/trunk/Products/CMFCore/fiveactionstool.py

-=-
Modified: Products.CMFCore/trunk/Products/CMFCore/CHANGES.txt
===================================================================
--- Products.CMFCore/trunk/Products/CMFCore/CHANGES.txt	2008-08-26 14:32:59 UTC (rev 90333)
+++ Products.CMFCore/trunk/Products/CMFCore/CHANGES.txt	2008-08-26 14:34:16 UTC (rev 90334)
@@ -4,6 +4,9 @@
 2.2.0 (unreleased)
 ------------------
 
+- fiveactionstool: fix typo in a method name that isn't even used in the CMF 
+  or Plone.
+
 - TypeInformation and TypesTool: Added support for add view actions.
   Type infos now have a new 'add_view_expr' property and implement IAction.
   'listActions' of the types tool includes type infos as 'add' actions if
@@ -41,7 +44,7 @@
 
 
 2.1.2-beta (2008-08-26)
-------------------
+-----------------------
 
 - completed devolution from monolithic CMF package into its component
   products that are distributed as eggs from PyPI.

Modified: Products.CMFCore/trunk/Products/CMFCore/fiveactionstool.py
===================================================================
--- Products.CMFCore/trunk/Products/CMFCore/fiveactionstool.py	2008-08-26 14:32:59 UTC (rev 90333)
+++ Products.CMFCore/trunk/Products/CMFCore/fiveactionstool.py	2008-08-26 14:34:16 UTC (rev 90334)
@@ -41,7 +41,7 @@
 
     security = ClassSecurityInfo()
 
-    def getReqestURL(self):
+    def getRequestURL(self):
         return self.REQUEST.URL
 
     security.declarePrivate('listActions')



More information about the Checkins mailing list