Index: openacs-4/packages/xowf/tcl/xowf-calllback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/Attic/xowf-calllback-procs.tcl,v diff -u -r1.4 -r1.5 --- openacs-4/packages/xowf/tcl/xowf-calllback-procs.tcl 22 Dec 2017 13:13:44 -0000 1.4 +++ openacs-4/packages/xowf/tcl/xowf-calllback-procs.tcl 22 Dec 2017 13:52:06 -0000 1.5 @@ -42,7 +42,7 @@ $p save_new # - # Make the paramter page the default + # Make the parameter page the default # parameter::set_value -package_id $package_id -parameter parameter_page -value $parameter_page_name callback subsite::parameter_changed -package_id $package_id -parameter parameter_page -value $parameter_page_name Index: openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl 4 Nov 2017 13:05:54 -0000 1.8 +++ openacs-4/packages/xotcl-request-monitor/www/stat-details.tcl 22 Dec 2017 13:52:24 -0000 1.9 @@ -125,9 +125,9 @@ set not_all [expr {!$all}] set with_param_label(1) "Without parameter" -set with_param_tooltip(1) "Statistics without paramters" +set with_param_tooltip(1) "Statistics without parameters" set with_param_label(0) "With parameter" -set with_param_tooltip(0) "Statistics with paramters" +set with_param_tooltip(0) "Statistics with parameters" set not_with_param [expr {!$with_param}] set with_apps_label(1) "With communities"