Index: openacs-4/packages/xowf/tcl/test-item-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/test-item-procs.tcl,v diff -u -N -r1.7.2.69 -r1.7.2.70 --- openacs-4/packages/xowf/tcl/test-item-procs.tcl 17 Jun 2020 21:59:50 -0000 1.7.2.69 +++ openacs-4/packages/xowf/tcl/test-item-procs.tcl 1 Jul 2020 19:31:58 -0000 1.7.2.70 @@ -1248,7 +1248,7 @@ :method time_window_setup {parentObj:object {-time_window:required}} { # # Check the provided time_window values, adjust it if necessary, - # and make sure, accoding atjobs are provided. + # and make sure, according atjobs are provided. # set dtstart [dict get $time_window time_window.dtstart] set dtend [dict get $time_window time_window.dtend] @@ -2661,7 +2661,7 @@ :public method total_minutes {{-max_items:integer,0..1 ""} form_info} { # - # Compute the duration of an exam. When max_items is non-empty, + # Compute the duration of an exam. When max_items is nonempty, # sum the duration of all items. Otherwise, sum the duration # of the specified number of items. #