[Zope3-checkins] CVS: Zope3/src/zope/app/browser/container/tests - test_contents.py:1.6

Fred L. Drake, Jr. fred@zope.com
Wed, 12 Feb 2003 15:46:49 -0500


Update of /cvs-repository/Zope3/src/zope/app/browser/container/tests
In directory cvs.zope.org:/tmp/cvs-serv24211

Modified Files:
	test_contents.py 
Log Message:
typo


=== Zope3/src/zope/app/browser/container/tests/test_contents.py 1.5 => 1.6 ===
--- Zope3/src/zope/app/browser/container/tests/test_contents.py:1.5	Wed Feb 12 15:42:46 2003
+++ Zope3/src/zope/app/browser/container/tests/test_contents.py	Wed Feb 12 15:46:49 2003
@@ -147,7 +147,7 @@
         urls = map( lambda x: x['url'], info_list )
         self.assert_( 'subcontainer' in urls )
 
-    # XXX This test fails dur to:
+    # XXX This test fails due to:
     # - inadequate setup and
     # - bugs in the code it's testing.
     # :(