Index: openacs-4/packages/news-aggregator/tcl/source-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/tcl/source-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/news-aggregator/tcl/source-procs.tcl 9 Apr 2018 11:55:35 -0000 1.10 +++ openacs-4/packages/news-aggregator/tcl/source-procs.tcl 23 Apr 2018 13:17:37 -0000 1.11 @@ -18,7 +18,7 @@ } { @author Simon Carstensen - Parse feed_url for link, title, and description. Then insert the source if it does not excist already. Subscribe the specified aggregator to the source. + Parse feed_url for link, title, and description. Then insert the source if it does not exist already. Subscribe the specified aggregator to the source. @param array Return more into in an array } { @@ -246,7 +246,7 @@ if { $pub_date eq "" } { set pub_date_sql "now()" } else { - # massage pub_date + # message pub_date set pub_date [clock format $pub_date -format "%Y-%m-%d %T UTC"] set pub_date_sql ":pub_date" } Index: openacs-4/packages/news-aggregator/www/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/news-aggregator/www/index.tcl,v diff -u -r1.14 -r1.15 --- openacs-4/packages/news-aggregator/www/index.tcl 7 Apr 2018 17:09:31 -0000 1.14 +++ openacs-4/packages/news-aggregator/www/index.tcl 23 Apr 2018 13:17:37 -0000 1.15 @@ -70,7 +70,7 @@ #if { $public_p == "f" } { # permission::require_permission \ # -object_id $aggregator_id \ -# -privilege write] +# -privilege write #} set page_title $aggregator_name