Index: openacs-4/packages/xowf/lib/online-exam-answer.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/online-exam-answer.wf,v diff -u -r1.2 -r1.2.2.1 --- openacs-4/packages/xowf/lib/online-exam-answer.wf 14 Sep 2017 09:22:22 -0000 1.2 +++ openacs-4/packages/xowf/lib/online-exam-answer.wf 10 Mar 2019 21:55:22 -0000 1.2.2.1 @@ -85,7 +85,7 @@ set parent_state [$parent_id state] # - # Don't allow to enter values when the state of the master workflow + # Don't allow one to enter values when the state of the master workflow # is not published (e.g. trial mode, or closed) or when try-out-mode # is not set # Index: openacs-4/packages/xowf/lib/online-exam.wf =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/lib/online-exam.wf,v diff -u -r1.6 -r1.6.2.1 --- openacs-4/packages/xowf/lib/online-exam.wf 6 Jun 2018 12:42:44 -0000 1.6 +++ openacs-4/packages/xowf/lib/online-exam.wf 10 Mar 2019 21:55:22 -0000 1.6.2.1 @@ -253,7 +253,7 @@ ######################################################################## # answer: answer the exam; this is a convenience routine to shorten - # the published URL; make sure, that no-one trys to start the answer + # the published URL; make sure that no-one tries to start the answer # workflow in a state different to "published" # :proc www-answer {} { Index: openacs-4/packages/xowf/tcl/xowf-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowf/tcl/xowf-procs.tcl,v diff -u -r1.28 -r1.28.2.1 --- openacs-4/packages/xowf/tcl/xowf-procs.tcl 20 Jan 2019 20:44:07 -0000 1.28 +++ openacs-4/packages/xowf/tcl/xowf-procs.tcl 10 Mar 2019 21:55:22 -0000 1.28.2.1 @@ -688,7 +688,7 @@ Context instproc as_graph {{-current_state ""} {-visited ""} {-dpi 96} {-style "width:100%"}} { set dot "" catch {set dot [::util::which dot]} - # final ressort for cases, where ::util::which is not available + # final resort for cases, where ::util::which is not available if {$dot eq "" && [file executable /usr/bin/dot]} {set dot /usr/bin/dot} if {$dot eq ""} {return "Program 'dot' is not available! No graph displayed."} set obj_id [namespace tail ${:object}] Index: openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl,v diff -u -r1.33.2.1 -r1.33.2.2 --- openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl 1 Mar 2019 12:07:23 -0000 1.33.2.1 +++ openacs-4/packages/acs-tcl/tcl/apm-xml-procs.tcl 10 Mar 2019 21:56:36 -0000 1.33.2.2 @@ -359,7 +359,7 @@ set proc [apm_attribute_value $callback_node proc] if { [llength [array get callback_array $type]] != 0 } { - # A callback proc of this type already found in the xml file + # A callback proc of this type already found in the XML file ns_log Error "package info file $path contains more than one callback proc of type $type" continue } Index: openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl,v diff -u -r1.71.2.1 -r1.71.2.2 --- openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 18 Feb 2019 12:40:09 -0000 1.71.2.1 +++ openacs-4/packages/acs-tcl/tcl/test/acs-tcl-test-procs.tcl 10 Mar 2019 21:56:36 -0000 1.71.2.2 @@ -103,10 +103,10 @@ puts $spec_file_id $spec close $spec_file_id - # Read the xml file + # Read the XML file array set spec_array [apm_read_package_info_file $spec_path] - # Assert that info parsed from xml file is correct + # Assert that info parsed from XML file is correct array set parsed_callback_array $spec_array(callbacks) aa_true "Only one permissible callback should be returned, got array [array get parsed_callback_array]" \ Index: openacs-4/packages/acs-templating/tcl/date-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/date-procs.tcl,v diff -u -r1.63 -r1.63.2.1 --- openacs-4/packages/acs-templating/tcl/date-procs.tcl 9 Nov 2018 13:36:08 -0000 1.63 +++ openacs-4/packages/acs-templating/tcl/date-procs.tcl 10 Mar 2019 21:59:11 -0000 1.63.2.1 @@ -820,7 +820,7 @@ return [util::trim_leading_zeros $value] } -# Create an html fragment to display a numeric range widget +# Create an HTML fragment to display a numeric range widget # interval_def is in form { start stop interval } ad_proc -public template::widget::numericrange {element_reference tag_attributes} { @@ -837,7 +837,7 @@ } ad_proc -public template::widget::numericRange { name interval_def size {value ""} {tag_attributes {}} } { - Create an html fragment to display a numeric range widget + Create an HTML fragment to display a numeric range widget interval_def is in form { start stop interval } } { array set attributes $tag_attributes Index: openacs-4/packages/acs-templating/tcl/head-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/head-procs.tcl,v diff -u -r1.45 -r1.45.2.1 --- openacs-4/packages/acs-templating/tcl/head-procs.tcl 24 Oct 2018 17:01:58 -0000 1.45 +++ openacs-4/packages/acs-templating/tcl/head-procs.tcl 10 Mar 2019 21:59:11 -0000 1.45.2.1 @@ -34,7 +34,7 @@ } { Register a URN for a resource. These URNs provide a single place - for e.g updating references to external resources when switching + for e.g. updating references to external resources when switching between a CDN and a local resource, or when a resource should be updated. Index: openacs-4/packages/acs-templating/tcl/parse-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/tcl/parse-procs.tcl,v diff -u -r1.65 -r1.65.2.1 --- openacs-4/packages/acs-templating/tcl/parse-procs.tcl 24 Jul 2018 19:42:15 -0000 1.65 +++ openacs-4/packages/acs-templating/tcl/parse-procs.tcl 10 Mar 2019 21:59:12 -0000 1.65.2.1 @@ -163,7 +163,7 @@ } else { # no template; found_script_p tells us if adp_prepare at least found a script. if { !$found_script_p } { - # No template. Perhaps there is an html file. + # No template. Perhaps there is an HTML file. if { [file exists $__adp_stub.html] } { ns_log debug "getting output from ${__adp_stub}.html" set __adp_output [template::util::read_file "${__adp_stub}.html"] Index: openacs-4/packages/acs-admin/www/auth/batch-document-download.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/auth/batch-document-download.tcl,v diff -u -r1.4 -r1.4.2.1 --- openacs-4/packages/acs-admin/www/auth/batch-document-download.tcl 19 Jan 2018 21:23:51 -0000 1.4 +++ openacs-4/packages/acs-admin/www/auth/batch-document-download.tcl 10 Mar 2019 22:00:00 -0000 1.4.2.1 @@ -1,5 +1,5 @@ ad_page_contract { - Download a whole batch xml document. + Download a whole batch XML document. @author Peter Marklund } { Index: openacs-4/packages/acs-subsite/tcl/callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/callback-procs.tcl,v diff -u -r1.12 -r1.12.2.1 --- openacs-4/packages/acs-subsite/tcl/callback-procs.tcl 17 May 2018 07:47:01 -0000 1.12 +++ openacs-4/packages/acs-subsite/tcl/callback-procs.tcl 10 Mar 2019 22:01:42 -0000 1.12.2.1 @@ -9,7 +9,7 @@ ad_proc -public -callback user::workspace { -user_id } { - used to generate html fragments for display on the /pvt/home page. + used to generate HTML fragments for display on the /pvt/home page. The HTML fragment should have an h2 header for sectioning. Index: openacs-4/packages/acs-subsite/tcl/relation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/relation-procs.tcl,v diff -u -r1.20 -r1.20.2.1 --- openacs-4/packages/acs-subsite/tcl/relation-procs.tcl 7 Jun 2018 16:52:40 -0000 1.20 +++ openacs-4/packages/acs-subsite/tcl/relation-procs.tcl 10 Mar 2019 22:01:42 -0000 1.20.2.1 @@ -254,7 +254,7 @@ Index: openacs-4/packages/acs-bootstrap-installer/installer/index.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/index.tcl,v diff -u -r1.32.2.1 -r1.32.2.2 --- openacs-4/packages/acs-bootstrap-installer/installer/index.tcl 14 Feb 2019 10:02:36 -0000 1.32.2.1 +++ openacs-4/packages/acs-bootstrap-installer/installer/index.tcl 10 Mar 2019 22:04:51 -0000 1.32.2.2 @@ -60,7 +60,7 @@ if { [file exists [apm_install_xml_file_path]] } { - # Parse the xml document + # Parse the XML document set root_node [apm_load_install_xml_file] if { [xml_node_get_name $root_node] ne "application" } { Index: openacs-4/packages/acs-bootstrap-installer/installer/www/blank-master.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/www/blank-master.tcl,v diff -u -r1.10 -r1.10.2.1 --- openacs-4/packages/acs-bootstrap-installer/installer/www/blank-master.tcl 3 Nov 2018 19:47:34 -0000 1.10 +++ openacs-4/packages/acs-bootstrap-installer/installer/www/blank-master.tcl 10 Mar 2019 22:04:51 -0000 1.10.2.1 @@ -40,7 +40,7 @@ @see template::head::add_link @see template::head::add_script - JavaScript event handlers, such as onload, an be added to the tag by + JavaScript event handlers, such as onload, can be added to the tag by calling template::add_body_handler within your page. @see template::add_body_handler Index: openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl,v diff -u -r1.50 -r1.50.2.1 --- openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 14 Sep 2018 17:29:44 -0000 1.50 +++ openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 10 Mar 2019 22:04:51 -0000 1.50.2.1 @@ -497,7 +497,7 @@ return "" } - #ns_log notice "==== LOADING xml file: $fn" + #ns_log notice "==== LOADING XML file: $fn" set file [open $fn] set root_node [xml_doc_get_first_node [xml_parse -persist [read $file]]] close $file