Index: openacs-4/packages/photo-album/tcl/photo-album-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/photo-album/tcl/photo-album-procs.tcl,v diff -u -r1.27 -r1.28 --- openacs-4/packages/photo-album/tcl/photo-album-procs.tcl 9 May 2018 15:33:33 -0000 1.27 +++ openacs-4/packages/photo-album/tcl/photo-album-procs.tcl 14 Aug 2018 19:46:26 -0000 1.28 @@ -79,7 +79,7 @@ # grant default permissions to new root folder - # default permissions stored in package parmeter as a list of grantee privilege pairs + # default permissions stored in package parameter as a list of grantee privilege pairs # the grantee can be anything that is or returns a party_id such as an integer, a subquery, # or a function @@ -568,7 +568,7 @@ link {what {}} } { - given a current photo_id and and an ordered list of all the photo_id in an album + given a current photo_id and an ordered list of all the photo_id in an album creates an html fragment that allows user to navigate to any photo by number next/previous } { @@ -655,7 +655,7 @@ set type "Unknown type" } - # DRB: on Mac OS X the "verify" option to tar appears to return the file + # DRB: on macOS the "verify" option to tar appears to return the file # list on stderr rather than stdout, causing the catch to trigger. Non-GNU # versions of tar don't understand fancy options (those starting with --)