[Zope-Checkins] CVS: Zope/lib/python/OFS - ObjectManager.py:1.161
Anthony Baxter
anthony@interlink.com.au
Tue, 4 Feb 2003 01:48:29 -0500
Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv21078
Modified Files:
ObjectManager.py
Log Message:
fix a spelling mistake that's been annoying me every time I see it.
=== Zope/lib/python/OFS/ObjectManager.py 1.160 => 1.161 ===
--- Zope/lib/python/OFS/ObjectManager.py:1.160 Sun Feb 2 07:19:07 2003
+++ Zope/lib/python/OFS/ObjectManager.py Tue Feb 4 01:48:26 2003
@@ -508,7 +508,7 @@
if REQUEST is not None:
return self.manage_main(self, REQUEST,
manage_tabs_message=
- '<em>%s</em> sucessfully exported to <em>%s</em>' % (id,f),
+ '<em>%s</em> successfully exported to <em>%s</em>' % (id,f),
title = 'Object exported')
@@ -535,7 +535,7 @@
if REQUEST is not None:
return self.manage_main(self, REQUEST,
- manage_tabs_message='<em>%s</em> sucessfully imported' % id,
+ manage_tabs_message='<em>%s</em> successfully imported' % id,
title = 'Object imported',
update_menu=1)