[Checkins] SVN: z3c.dav/trunk/src/z3c/dav/propfind.py Fix typo

Michael Kerrin michael.kerrin at openapp.ie
Sat Nov 17 12:18:22 EST 2007


Log message for revision 81893:
  Fix typo
  

Changed:
  U   z3c.dav/trunk/src/z3c/dav/propfind.py

-=-
Modified: z3c.dav/trunk/src/z3c/dav/propfind.py
===================================================================
--- z3c.dav/trunk/src/z3c/dav/propfind.py	2007-11-17 07:25:57 UTC (rev 81892)
+++ z3c.dav/trunk/src/z3c/dav/propfind.py	2007-11-17 17:18:19 UTC (rev 81893)
@@ -217,7 +217,7 @@
                 # Users don't have the permission to view this property and
                 # if they didn't explicitly ask for the named property
                 # we can silently ignore this property, pretending that it
-                # is a restricted property.g
+                # is a restricted property.
                 if isIncluded:
                     self.handleException(
                         "{%s}%s" %(davprop.namespace, davprop.__name__),



More information about the Checkins mailing list