[Zope] BUG: Typo in CopySupport.py in 2.3.0 final

Jerome Alet alet@unice.fr
Sat, 27 Jan 2001 09:54:16 +0100


Hi,

Line 282 of lib/python/OFS/CopySupport.py of 2.3.0 final reads:

raise 'BadRequst','Please rename each listed object.'

Instead this should probably be:

raise 'BadRequest','Please rename each listed object.'

since all the other .py in this directory raise 'BadRequest'

no patch this time.

hoping this will help.

bye,

Jerome Alet