Index: openacs-4/packages/oacs-dav/tcl/oacs-dav-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/oacs-dav/tcl/oacs-dav-procs.tcl,v diff -u -N -r1.18 -r1.19 --- openacs-4/packages/oacs-dav/tcl/oacs-dav-procs.tcl 7 Aug 2017 23:48:13 -0000 1.18 +++ openacs-4/packages/oacs-dav/tcl/oacs-dav-procs.tcl 27 Mar 2018 17:08:50 -0000 1.19 @@ -2,7 +2,7 @@ ns_log debug "\nLoading oacs-dav-procs.tcl" ad_library { - Support for tDAV Tcl webDAV implemenation + Support for tDAV Tcl webDAV implementation @author Dave Bauer (dave@thedesignexperience.org) @creation-date 2003-09-11 @@ -379,7 +379,7 @@ @param item_id @param privilege - @return retursn 0 if user does not have privilege over all childern otherwise return 1 + @return retursn 0 if user does not have privilege over all children otherwise return 1 } { set child_count [db_string child_perms ""] ns_log notice "\n ----- \n oacs_dav::children_have_permission_p \n child_count = $child_count \n ----- \n"