Index: openacs-4/packages/ajaxhelper/www/doc/acs-integration-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/doc/acs-integration-procs.tcl,v diff -u -N -r1.3.2.1 -r1.3.2.2 --- openacs-4/packages/ajaxhelper/www/doc/acs-integration-procs.tcl 14 Oct 2016 18:58:53 -0000 1.3.2.1 +++ openacs-4/packages/ajaxhelper/www/doc/acs-integration-procs.tcl 30 Jun 2017 17:35:25 -0000 1.3.2.2 @@ -93,7 +93,7 @@ ad_proc adp_parse_ad_conn_file {} { - handle a request for an adp and/or tcl file in the template system. + handle a request for an adp and/or Tcl file in the template system. } { namespace eval template variable parse_level "" #ns_log debug "adp_parse_ad_conn_file => file '[file rootname [ad_conn file]]'" Index: openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl,v diff -u -N -r1.1 -r1.1.4.1 --- openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl 8 Sep 2007 14:21:22 -0000 1.1 +++ openacs-4/packages/ajaxhelper/www/doc/head-procs.tcl 30 Jun 2017 17:35:25 -0000 1.1.4.1 @@ -56,7 +56,7 @@ users client. A script library in an external file may only be included once; subsequent calls to add_script will replace the existing entry. Anonymous script blocks will be added without checking for duplicates; the - caller must ensure that anonymous script blocks are not inadvertantly added + caller must ensure that anonymous script blocks are not inadvertently added multiple times. You must supply either src or script. @param type the type attribute of the script tag, eg. 'text/javascript' Index: openacs-4/packages/ajaxhelper/www/tests/test_yahoomenu-js.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/tests/test_yahoomenu-js.tcl,v diff -u -N -r1.2 -r1.2.4.1 --- openacs-4/packages/ajaxhelper/www/tests/test_yahoomenu-js.tcl 8 Sep 2007 14:22:11 -0000 1.2 +++ openacs-4/packages/ajaxhelper/www/tests/test_yahoomenu-js.tcl 30 Jun 2017 17:35:25 -0000 1.2.4.1 @@ -1,4 +1,4 @@ -# demonstrates how to create YUI Menu using a properly formatted tcl list +# demonstrates how to create YUI Menu using a properly formatted Tcl list # Menu 1 Index: openacs-4/packages/assessment/tcl/as-assessment-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-assessment-procs.tcl,v diff -u -N -r1.37.2.1 -r1.37.2.2 --- openacs-4/packages/assessment/tcl/as-assessment-procs.tcl 10 Sep 2015 08:27:56 -0000 1.37.2.1 +++ openacs-4/packages/assessment/tcl/as-assessment-procs.tcl 30 Jun 2017 17:39:47 -0000 1.37.2.2 @@ -170,7 +170,7 @@ Get all assessment info - creates a tcl array variable named "assessment_data" in the caller's environment, + creates a Tcl array variable named "assessment_data" in the caller's environment, which contains key/value pairs for all properties of the requested assessment. } { upvar assessment_data assessment_data Index: openacs-4/packages/assessment/tcl/as-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-item-procs.tcl,v diff -u -N -r1.22.2.1 -r1.22.2.2 --- openacs-4/packages/assessment/tcl/as-item-procs.tcl 10 Sep 2015 08:27:58 -0000 1.22.2.1 +++ openacs-4/packages/assessment/tcl/as-item-procs.tcl 30 Jun 2017 17:39:47 -0000 1.22.2.2 @@ -295,7 +295,8 @@ -item_type_id -as_item_id } { - Update the item_type of an as_item object. This could happen if you chang ethe type of a question (as_item), and the assoicated as_item_type object that was related changed. + Update the item_type of an as_item object. This could happen if you change the type of a + question (as_item), and the associated as_item_type object that was related changed. @param item_type_id revision_id of as_item_type_* object @parma as_item_id revision_id of as_item_object Index: openacs-4/packages/assessment/www/admin/asm-action-param-admin.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/admin/asm-action-param-admin.tcl,v diff -u -N -r1.8.2.1 -r1.8.2.2 --- openacs-4/packages/assessment/www/admin/asm-action-param-admin.tcl 10 Sep 2015 08:28:01 -0000 1.8.2.1 +++ openacs-4/packages/assessment/www/admin/asm-action-param-admin.tcl 30 Jun 2017 17:39:47 -0000 1.8.2.2 @@ -1,5 +1,5 @@ ad_page_contract { - This page admin the parameters that receive the tcl code defined in the action + This page admin the parameters that receive the Tcl code defined in the action @author vivian@viaro.net Viaro Networks (www.viaro.net) @date 07-01-2005 @cvs-id $Id: Index: openacs-4/packages/calendar/tcl/calendar-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/tcl/calendar-procs.tcl,v diff -u -N -r1.34.2.2 -r1.34.2.3 --- openacs-4/packages/calendar/tcl/calendar-procs.tcl 22 Apr 2017 12:25:25 -0000 1.34.2.2 +++ openacs-4/packages/calendar/tcl/calendar-procs.tcl 30 Jun 2017 17:42:16 -0000 1.34.2.3 @@ -39,7 +39,7 @@ set hours $event_time_arr(hours) set minutes $event_time_arr(minutes) - # AM/PM? (ben - openacs fix) + # AM/PM? (ben - OpenACS fix) if {[info exists event_time_arr(ampm)]} { if {$event_time_arr(ampm)} { if {$hours < 12} { Index: openacs-4/packages/calendar/www/view-list-display.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/view-list-display.tcl,v diff -u -N -r1.35.2.5 -r1.35.2.6 --- openacs-4/packages/calendar/www/view-list-display.tcl 11 May 2017 16:40:58 -0000 1.35.2.5 +++ openacs-4/packages/calendar/www/view-list-display.tcl 30 Jun 2017 17:42:16 -0000 1.35.2.6 @@ -7,7 +7,7 @@ {period_days:integer,notnull {[parameter::get -parameter ListView_DefaultPeriodDays -default 31]}} } -validate { valid_period_days -requires { period_days } { - # tcl allows in for relative times just 6 digits, including the "+" + # Tcl allows in for relative times just 6 digits, including the "+" if {$period_days > 99999} { ad_complain "Invalid time period." } Index: openacs-4/packages/calendar/www/view.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/calendar/www/view.tcl,v diff -u -N -r1.31.2.8 -r1.31.2.9 --- openacs-4/packages/calendar/www/view.tcl 4 May 2017 12:09:50 -0000 1.31.2.8 +++ openacs-4/packages/calendar/www/view.tcl 30 Jun 2017 17:42:16 -0000 1.31.2.9 @@ -25,7 +25,7 @@ } valid_period_days -requires { period_days } { - # tcl allows in for relative times just 6 digits, including the "+" + # Tcl allows in for relative times just 6 digits, including the "+" if {$period_days > 99999} { ad_complain "Invalid time period." } Index: openacs-4/packages/dotlrn/tcl/community-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/community-procs.tcl,v diff -u -N -r1.211.2.5 -r1.211.2.6 --- openacs-4/packages/dotlrn/tcl/community-procs.tcl 12 Sep 2016 11:17:13 -0000 1.211.2.5 +++ openacs-4/packages/dotlrn/tcl/community-procs.tcl 30 Jun 2017 17:43:06 -0000 1.211.2.6 @@ -1195,7 +1195,7 @@ ad_proc -public get_subcomm_list { {-community_id:required} } { - Returns a tcl list of the subcommunities of this community or + Returns a Tcl list of the subcommunities of this community or if none, the empty list } { return [db_list select_subcomms {}] @@ -1204,7 +1204,7 @@ ad_proc -public get_subcomm_info_list { {-community_id:required} } { - Returns a tcl list of ns_sets with info about each subcomm. The keys + Returns a Tcl list of ns_sets with info about each subcomm. The keys are: community_id, community_key, pretty_name, archived_p and url. Returns both archived and unarchived subcommunities. } { return [db_list_of_ns_sets select_subcomms_info {}] Index: openacs-4/packages/dotlrn/tcl/test/dotlrn-security-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/tcl/test/dotlrn-security-procs.tcl,v diff -u -N -r1.4.4.1 -r1.4.4.2 --- openacs-4/packages/dotlrn/tcl/test/dotlrn-security-procs.tcl 11 Sep 2015 11:40:41 -0000 1.4.4.1 +++ openacs-4/packages/dotlrn/tcl/test/dotlrn-security-procs.tcl 30 Jun 2017 17:43:06 -0000 1.4.4.2 @@ -2,7 +2,7 @@ ad_library { - dotlrn tcl helper procs for acs-automated-testing + dotlrn Tcl helper procs for acs-automated-testing @author Deds Castillo (deds@i-manila.com.ph) @creation-date 2004-08-11 Index: openacs-4/packages/dotlrn/www/dotlrn-master-kelp.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/dotlrn-master-kelp.tcl,v diff -u -N -r1.9.2.3 -r1.9.2.4 --- openacs-4/packages/dotlrn/www/dotlrn-master-kelp.tcl 21 Apr 2017 20:45:16 -0000 1.9.2.3 +++ openacs-4/packages/dotlrn/www/dotlrn-master-kelp.tcl 30 Jun 2017 17:43:06 -0000 1.9.2.4 @@ -20,7 +20,7 @@ # Instructions: # # 1. Put this file and it's .adp file into the server's /www directory. -# That's the one with the "default-master" tcl and adp files. You don't +# That's the one with the "default-master" Tcl and adp files. You don't # have to edit or remove the "default-master" files, since they will be # ignored by the next step. # Index: openacs-4/packages/dotlrn/www/dotlrn-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn/www/dotlrn-master.tcl,v diff -u -N -r1.44.2.2 -r1.44.2.3 --- openacs-4/packages/dotlrn/www/dotlrn-master.tcl 21 Apr 2017 20:45:16 -0000 1.44.2.2 +++ openacs-4/packages/dotlrn/www/dotlrn-master.tcl 30 Jun 2017 17:43:06 -0000 1.44.2.3 @@ -21,7 +21,7 @@ # Instructions: # # 1. Put this file and it's .adp file into the server's /www directory. -# That's the one with the "default-master" tcl and adp files. You don't +# That's the one with the "default-master" Tcl and adp files. You don't # have to edit or remove the "default-master" files, since they will be # ignored by the next step. #