[Zope3-checkins] SVN: Zope3/trunk/ Fixed miscellaneous speling erors
Shane Hathaway
shane at zope.com
Wed Nov 10 15:15:41 EST 2004
Log message for revision 28419:
Fixed miscellaneous speling erors
Changed:
U Zope3/trunk/doc/CHANGES.txt
U Zope3/trunk/src/zope/app/location/interfaces.py
-=-
Modified: Zope3/trunk/doc/CHANGES.txt
===================================================================
--- Zope3/trunk/doc/CHANGES.txt 2004-11-10 17:19:29 UTC (rev 28418)
+++ Zope3/trunk/doc/CHANGES.txt 2004-11-10 20:15:41 UTC (rev 28419)
@@ -64,7 +64,7 @@
- Ported Zope Version Control
- - Added an uption (-1) to the test runner to suppress doctest
+ - Added an option (-1) to the test runner to suppress doctest
errors after the first within each doctest.
- If the adapter factory returns `None` as adapter instance, the default
@@ -192,8 +192,8 @@
Bug Fixes
- - Fixed the page that reports "syste errors", errors that
- represent a failure o the system, rather than the user, to set
+ - Fixed the page that reports "system errors", errors that
+ represent a failure of the system, rather than the user, to set
the response status to 500.
- NotFound pages and stattus codes are now returned only when
Modified: Zope3/trunk/src/zope/app/location/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/location/interfaces.py 2004-11-10 17:19:29 UTC (rev 28418)
+++ Zope3/trunk/src/zope/app/location/interfaces.py 2004-11-10 20:15:41 UTC (rev 28419)
@@ -38,7 +38,7 @@
def sublocations():
"""Return sublocations
- An iterablt of objects who's __parent__ is the object
+ An iterable of objects whose __parent__ is the object
providing the interface is returned.
"""
More information about the Zope3-Checkins
mailing list