[CMF-checkins] CVS: CMF/CMFCore - DirectoryView.py:1.34

Chris Withers chrisw@nipltd.com
Tue, 21 Jan 2003 13:24:25 -0500


Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv9958/CMFCore

Modified Files:
	DirectoryView.py 
Log Message:
Finish unfinished comment.

=== CMF/CMFCore/DirectoryView.py 1.33 => 1.34 ===
--- CMF/CMFCore/DirectoryView.py:1.33	Tue Jan 21 11:59:40 2003
+++ CMF/CMFCore/DirectoryView.py	Tue Jan 21 13:24:22 2003
@@ -347,7 +347,7 @@
         # This is called when we need to get hold of the information
         # for a minimal path.
         # minimalpath is called on the supplied path on the hope
-        # that if it is incorrect, something ca
+        # that if it is incorrect, something can be done to fix it.
         # Can return None.
         return self._directories.get(minimalpath(filepath), None)