[CMF-checkins] CVS: CMF/CMFCore - PortalFolder.py:1.35

Casey Duncan casey@zope.com
Wed, 3 Jul 2002 09:15:19 -0400


Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv2603/CMFCore

Modified Files:
	PortalFolder.py 
Log Message:
Fix typo


=== CMF/CMFCore/PortalFolder.py 1.34 => 1.35 ===
         if myType is not None:
             if not myType.allowType( type_name ):
-                raise ValueError, 'Disallowed suboject type: %s' % type_name
+                raise ValueError, 'Disallowed subobject type: %s' % type_name
 
         apply( pt.constructContent
              , (type_name, self, id, RESPONSE) + args