Index: openacs-4/packages/accounts-finance/tcl/pretti-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/accounts-finance/tcl/pretti-procs.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/accounts-finance/tcl/pretti-procs.tcl 28 Mar 2018 17:00:40 -0000 1.2 +++ openacs-4/packages/accounts-finance/tcl/pretti-procs.tcl 29 Mar 2018 15:03:00 -0000 1.3 @@ -512,7 +512,7 @@ incr c1 $row_contrast # incr c0 [f::sum $color_mask_list] } - # convert rgb to hexidecimal + # convert rgb to hexadecimal set c0e1 [expr { int( $c0 / 16. ) } ] set c0e0 [expr { $c0 - $c0e1 * 16 } ] set h(0) [lindex $hex_list [f::max 0 [f::min 15 $c0e1 ]]] Index: openacs-4/packages/accounts-finance/www/admin/affiliate.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/accounts-finance/www/admin/affiliate.tcl,v diff -u -N -r1.1 -r1.2 --- openacs-4/packages/accounts-finance/www/admin/affiliate.tcl 14 Nov 2014 18:20:19 -0000 1.1 +++ openacs-4/packages/accounts-finance/www/admin/affiliate.tcl 29 Mar 2018 15:03:00 -0000 1.2 @@ -831,7 +831,7 @@ set rows_max 0 # first row of formatting is blank set apt_format_list [list [list ]] - # setup formating for these columns + # setup formatting for these columns set column_formats_list [list [list align right]] # add columns for each period foreach i $intervals_list { Index: openacs-4/packages/adserver/tcl/adserver-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/adserver/tcl/adserver-procs.tcl,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/adserver/tcl/adserver-procs.tcl 13 Jan 2005 13:56:04 -0000 1.5 +++ openacs-4/packages/adserver/tcl/adserver-procs.tcl 29 Mar 2018 15:03:00 -0000 1.6 @@ -300,7 +300,7 @@ ############################################################ -### internal procs to help get an api helper funcions +### internal procs to help get an api helper functions ### divide and conquer - these routines handle easier cases ############################################################ Index: openacs-4/packages/ajaxhelper/tcl/ajax-ext-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/tcl/ajax-ext-procs.tcl,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/ajaxhelper/tcl/ajax-ext-procs.tcl 7 Aug 2017 23:48:03 -0000 1.3 +++ openacs-4/packages/ajaxhelper/tcl/ajax-ext-procs.tcl 29 Mar 2018 15:03:00 -0000 1.4 @@ -41,7 +41,7 @@ @author Hamilton Chua (ham@solutiongrove.com) @creation-date 2007-09-07 - @param body The javascript to be executed inside the onReady funciton + @param body The javascript to be executed inside the onReady function } { @@ -131,4 +131,4 @@ ah::ext::requires return "Ext.Msg.updateProgress(${progress_count},'${progress_txt}'); " -} \ No newline at end of file +} Index: openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl,v diff -u -N -r1.15 -r1.16 --- openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl 28 Mar 2018 17:00:40 -0000 1.15 +++ openacs-4/packages/ajaxhelper/tcl/ajax-procs.tcl 29 Mar 2018 15:03:00 -0000 1.16 @@ -373,7 +373,7 @@ @param element the element you want to observe @param event the event that the observer will wait for - @param obs_function the funcion that will be executed when the event is detected + @param obs_function the function that will be executed when the event is detected } { ah::requires -sources "prototype" @@ -399,7 +399,7 @@ @param element the element you want to observe @param event the event that the observer will wait for - @param obs_function the funcion that will be executed when the event is detected + @param obs_function the function that will be executed when the event is detected } { ah::requires -sources "prototype" Index: openacs-4/packages/ams/sql/postgresql/ams-package-create.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/sql/postgresql/ams-package-create.sql,v diff -u -N -r1.10 -r1.11 --- openacs-4/packages/ams/sql/postgresql/ams-package-create.sql 1 Dec 2006 16:48:34 -0000 1.10 +++ openacs-4/packages/ams/sql/postgresql/ams-package-create.sql 29 Mar 2018 15:03:00 -0000 1.11 @@ -746,7 +746,7 @@ v_next_instance := p_date + (v_years::varchar || '' years'')::interval; - -- if this already happend we and one more year + -- if this already happened we and one more year if v_next_instance::date < now()::date then v_next_instance := v_next_instance + ''1 year''::interval; end if; Index: openacs-4/packages/ams/sql/postgresql/upgrade/upgrade-1.1d12-1.1d13.sql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ams/sql/postgresql/upgrade/upgrade-1.1d12-1.1d13.sql,v diff -u -N -r1.3 -r1.4 --- openacs-4/packages/ams/sql/postgresql/upgrade/upgrade-1.1d12-1.1d13.sql 1 Dec 2006 16:48:34 -0000 1.3 +++ openacs-4/packages/ams/sql/postgresql/upgrade/upgrade-1.1d12-1.1d13.sql 29 Mar 2018 15:03:00 -0000 1.4 @@ -95,7 +95,7 @@ v_next_instance := p_date + (v_years::varchar || '' years'')::interval; - -- if this already happend we and one more year + -- if this already happened we and one more year if v_next_instance::date < now()::date then v_next_instance := v_next_instance + ''1 year''::interval; end if; Index: openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml,v diff -u -N -r1.91 -r1.92 --- openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml 29 Mar 2018 00:19:04 -0000 1.91 +++ openacs-4/packages/assessment/catalog/assessment.en_US.ISO-8859-1.xml 29 Mar 2018 15:03:01 -0000 1.92 @@ -105,7 +105,7 @@ How often can a subject retake the test. 0 for infinite. Purpouse of the variable (short desc.) Name of the variable that you going to call on the tcl code (ie. student_id) without "$" - Just put the query that retrive the info desired (Syntax: select name,id from table_name where condition) + Just put the query that retrieve the info desired (Syntax: select name,id from table_name where condition) Select the type of variable you spect to use. It it is a query you have to put your query below Enter a password for the assessment In order to take this assessment you need to enter the password. @@ -634,7 +634,7 @@ Subject Subject Name Submit - Seperate submit for each question + Separate submit for each question Does the respondee have to submit the answer for each question seperately. Subtext<br>(Optional) Summary Index: openacs-4/packages/assessment/tcl/as-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-install-procs.tcl,v diff -u -N -r1.45 -r1.46 --- openacs-4/packages/assessment/tcl/as-install-procs.tcl 25 Jan 2018 12:23:47 -0000 1.45 +++ openacs-4/packages/assessment/tcl/as-install-procs.tcl 29 Mar 2018 15:03:01 -0000 1.46 @@ -162,7 +162,7 @@ content::type::attribute::new -content_type {as_section_display_types} -attribute_name {adp_chunk} -datatype {text} -pretty_name {Section Display Template} -column_spec {text} content::type::attribute::new -content_type {as_section_display_types} -attribute_name {branched_p} -datatype {boolean} -pretty_name {Section Branched} -column_spec {char(1)} content::type::attribute::new -content_type {as_section_display_types} -attribute_name {back_button_p} -datatype {boolean} -pretty_name {Back button allowed} -column_spec {char(1)} -content::type::attribute::new -content_type {as_section_display_types} -attribute_name {submit_answer_p} -datatype {boolean} -pretty_name {Seperate submit for each answer} -column_spec {char(1)} +content::type::attribute::new -content_type {as_section_display_types} -attribute_name {submit_answer_p} -datatype {boolean} -pretty_name {Separate submit for each answer} -column_spec {char(1)} content::type::attribute::new -content_type {as_section_display_types} -attribute_name {sort_order_type} -datatype {string} -pretty_name {Item sort order type} -column_spec {varchar(20)} # Assessments Index: openacs-4/packages/assessment/www/doc/as_items.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/www/doc/as_items.adp,v diff -u -N -r1.5 -r1.6 --- openacs-4/packages/assessment/www/doc/as_items.adp 23 Mar 2018 23:53:01 -0000 1.5 +++ openacs-4/packages/assessment/www/doc/as_items.adp 29 Mar 2018 15:03:01 -0000 1.6 @@ -282,7 +282,7 @@ to the coder to decide what attributes each widget should have, down here are only *suggestions*). Additionally we're not mentioning all HTML possibilities associated with each type (e.g. a -textarea has width and heigth..) as these can be parsed in via the +textarea has width and height..) as these can be parsed in via the html_display_options.