Index: openacs-4/packages/xowiki/tcl/syndicate-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/syndicate-procs.tcl,v diff -u -N -r1.51.2.8 -r1.51.2.9 --- openacs-4/packages/xowiki/tcl/syndicate-procs.tcl 3 May 2020 17:47:40 -0000 1.51.2.8 +++ openacs-4/packages/xowiki/tcl/syndicate-procs.tcl 11 Aug 2020 20:12:25 -0000 1.51.2.9 @@ -35,7 +35,7 @@ {title ""} } \ -ad_doc { - Report content of xowiki folder in rss 2.0 format. The + Report content of xowiki folder in RSS 2.0 format. The reporting order is descending by date. The title of the feed is taken from the title, the description is taken from the description field of the folder object. @@ -511,7 +511,7 @@ } } - # this class is used to contain rss items + # this class is used to contain RSS items Class create RSS-client::item -parameter node RSS-client::item instforward xpath {%my info parent} %proc Index: openacs-4/packages/xowiki/tcl/xowiki-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/xowiki-procs.tcl,v diff -u -N -r1.542.2.79 -r1.542.2.80 --- openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 8 Aug 2020 08:08:20 -0000 1.542.2.79 +++ openacs-4/packages/xowiki/tcl/xowiki-procs.tcl 11 Aug 2020 20:12:25 -0000 1.542.2.80 @@ -1123,7 +1123,7 @@ :reverse_map_party_attribute -attribute assignee -create_user_ids $create_user_ids # # The function will compute the category_ids, which are were used - # to categorize this objects in the source instance. + # to categorize these objects in the source instance. set category_ids [list] #:msg "${:name} check cm=[info exists ::__xowiki_reverse_category_map] && iam=[info exists :__instance_attribute_map]" Index: openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl,v diff -u -N -r1.1.2.34 -r1.1.2.35 --- openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl 8 Aug 2020 08:08:20 -0000 1.1.2.34 +++ openacs-4/packages/xowiki/tcl/test/xowiki-test-procs.tcl 11 Aug 2020 20:12:25 -0000 1.1.2.35 @@ -360,7 +360,7 @@ # # The created form contains several checkboxes, which are # nasty to handle. When a checkbox was marked, but is then - # unchecked, this values is NOT returned by the + # unchecked, its value is NOT returned by the # browser. The server has to detect by the fact of # untransmitted values that the instance attribute value # has to be altered. This is very different to the Index: openacs-4/packages/xowiki/www/portlets/weblog-mini-calendar.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/www/portlets/Attic/weblog-mini-calendar.tcl,v diff -u -N -r1.20.2.3 -r1.20.2.4 --- openacs-4/packages/xowiki/www/portlets/weblog-mini-calendar.tcl 30 Dec 2019 17:31:03 -0000 1.20.2.3 +++ openacs-4/packages/xowiki/www/portlets/weblog-mini-calendar.tcl 11 Aug 2020 20:12:25 -0000 1.20.2.4 @@ -79,7 +79,7 @@ # # The following time range specifies the dates between the navigation # arrows of the weblog mini calendar should be. Without a limitation, -# crawler will iterate over this pages until they reach infinite past +# crawler will iterate over these pages until they reach infinite past # or infinite future. # #set earliest_date "2006-01-1"