[Zope3-checkins] CVS: Zope3/src/zope/configuration/tests - test_xmlconfig.py:1.3

Sidnei da Silva sidnei@x3ng.com.br
Wed, 30 Jul 2003 11:07:24 -0400


Update of /cvs-repository/Zope3/src/zope/configuration/tests
In directory cvs.zope.org:/tmp/cvs-serv6195/zope/configuration/tests

Modified Files:
	test_xmlconfig.py 
Log Message:
Whitespace and two typos

=== Zope3/src/zope/configuration/tests/test_xmlconfig.py 1.2 => 1.3 ===
--- Zope3/src/zope/configuration/tests/test_xmlconfig.py:1.2	Wed Jul 30 10:35:13 2003
+++ Zope3/src/zope/configuration/tests/test_xmlconfig.py	Wed Jul 30 11:06:50 2003
@@ -284,9 +284,9 @@
 
 def test_includeOverrides():
     """
-    When we have conflicting directives, we can resolve them if oe of
+    When we have conflicting directives, we can resolve them if one of
     the conflicting directives was from a file that included all of
-    tyhe others.  The problem with this is that this requires that all
+    the others.  The problem with this is that this requires that all
     of the overriding directives be in one file, typically the
     top-most including file. This isn't very convenient.  Fortunately,
     we can overcome this with the includeOverrides directive. Let's