Index: openacs-4/packages/assessment/tcl/as-item-display-ta-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/assessment/tcl/as-item-display-ta-procs.tcl,v diff -u -r1.13.2.2 -r1.13.2.3 --- openacs-4/packages/assessment/tcl/as-item-display-ta-procs.tcl 13 Sep 2022 12:50:11 -0000 1.13.2.2 +++ openacs-4/packages/assessment/tcl/as-item-display-ta-procs.tcl 10 Jul 2023 09:38:05 -0000 1.13.2.3 @@ -164,7 +164,7 @@ Add display type to item and add item and all components to assessment and section } { - # add display type and add to asessment and section + # add display type and add to assessment and section set new_assessment_rev_id [as::assessment::new_revision -assessment_id $assessment_id] set section_id [as::section::latest -section_id $section_id -assessment_rev_id $new_assessment_rev_id] set new_section_id [as::section::new_revision -section_id $section_id -assessment_id $assessment_id] Index: openacs-4/packages/boomerang/tcl/boomerang-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/boomerang/tcl/boomerang-procs.tcl,v diff -u -r1.13.2.33 -r1.13.2.34 --- openacs-4/packages/boomerang/tcl/boomerang-procs.tcl 6 Jul 2023 08:53:35 -0000 1.13.2.33 +++ openacs-4/packages/boomerang/tcl/boomerang-procs.tcl 10 Jul 2023 09:38:05 -0000 1.13.2.34 @@ -226,7 +226,7 @@ [expr {[dict get $entries nt_res_st] - [dict get $entries nt_req_st]}] # - # Sometimes, when requests are interupted, the *end + # Sometimes, when requests are interrupted, the *end # time is missing, although the *start time is # available. # Index: openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl,v diff -u -r1.46.2.4 -r1.46.2.5 --- openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl 1 Oct 2020 12:09:19 -0000 1.46.2.4 +++ openacs-4/packages/dotlrn-faq/tcl/dotlrn-faq-procs.tcl 10 Jul 2023 09:38:05 -0000 1.46.2.5 @@ -192,7 +192,7 @@ args } { This does the call to add the portlet to the given portal. - Params for the portlet are set by the calllers. + Params for the portlet are set by the callers. @param portal_id @param args An ns_set Index: openacs-4/packages/dotlrn-forums/tcl/dotlrn-forums-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-forums/tcl/dotlrn-forums-procs.tcl,v diff -u -r1.16.2.10 -r1.16.2.11 --- openacs-4/packages/dotlrn-forums/tcl/dotlrn-forums-procs.tcl 8 Jul 2022 15:16:24 -0000 1.16.2.10 +++ openacs-4/packages/dotlrn-forums/tcl/dotlrn-forums-procs.tcl 10 Jul 2023 09:38:05 -0000 1.16.2.11 @@ -309,7 +309,7 @@ args } { This does the call to add the portlet to the given portal. - Params for the portlet are set by the calllers. + Params for the portlet are set by the callers. @param portal_id @param args An ns_set of params Index: openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-procs.tcl,v diff -u -r1.7.2.3 -r1.7.2.4 --- openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-procs.tcl 2 Sep 2021 16:40:54 -0000 1.7.2.3 +++ openacs-4/packages/dotlrn-homework/tcl/dotlrn-homework-procs.tcl 10 Jul 2023 09:38:05 -0000 1.7.2.4 @@ -133,12 +133,14 @@ db_exec_plsql new_lob_file {} - # The file storage package more or less sucks as the API makes unnecessary assumptions about - # the desired permissions. I'd like to fix that in 4.6 but don't really want to tread on - # OF's toes by making more last-minute changes to the OpenACS 4 CVS tip. + # The file storage package more or less sucks as the API + # makes unnecessary assumptions about the desired + # permissions. I'd like to fix that in 4.6 but don't + # really want to step on OF's toes by making more + # last-minute changes to the OpenACS 4 CVS tip. - # This hack will leave the site-wide admin able to munge user homework files. That's probably - # a good thing ... + # This hack will leave the site-wide admin able to munge + # user homework files. That's probably a good thing ... db_dml update_context { update acs_objects Index: openacs-4/packages/evaluation/tcl/evaluation-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/evaluation/tcl/evaluation-procs.tcl,v diff -u -r1.49.2.6 -r1.49.2.7 --- openacs-4/packages/evaluation/tcl/evaluation-procs.tcl 28 Dec 2021 16:56:25 -0000 1.49.2.6 +++ openacs-4/packages/evaluation/tcl/evaluation-procs.tcl 10 Jul 2023 09:38:05 -0000 1.49.2.7 @@ -667,7 +667,7 @@ @param task_item_id Task which "owns" the answer @param title The name of the task solution @param storage_type lob, file or text, depending on what are we going to store - @param party_id Group or user_id thaw owns the anser + @param party_id Group or user_id thaw owns the answer } { if { $creation_user eq "" } { Index: openacs-4/packages/notifications/tcl/notification-callback-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/notification-callback-procs.tcl,v diff -u -r1.7.2.2 -r1.7.2.3 --- openacs-4/packages/notifications/tcl/notification-callback-procs.tcl 23 Aug 2022 18:44:55 -0000 1.7.2.2 +++ openacs-4/packages/notifications/tcl/notification-callback-procs.tcl 10 Jul 2023 09:41:43 -0000 1.7.2.3 @@ -118,7 +118,7 @@ -content $email(bodies)] db_dml holdinsert {} - #extending email array for notification callback implementors + #extending email array for notification callback implementers set email(object_id) $object_id set email(type_id) $type_id set email(reply_id) $reply_id Index: openacs-4/packages/oacs-dav/tcl/oacs-dav-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/oacs-dav/tcl/oacs-dav-procs.tcl,v diff -u -r1.24.2.9 -r1.24.2.10 --- openacs-4/packages/oacs-dav/tcl/oacs-dav-procs.tcl 24 Sep 2022 19:27:21 -0000 1.24.2.9 +++ openacs-4/packages/oacs-dav/tcl/oacs-dav-procs.tcl 10 Jul 2023 09:41:44 -0000 1.24.2.10 @@ -138,7 +138,7 @@ move { set dest_parent_id [oacs_dav::conn dest_parent_id] if {$dest_parent_id eq ""} { - ns_return 409 text/plain {Non-existant destination} + ns_return 409 text/plain {Non-existent destination} return filter_ok } set authorized_p [expr [permission::permission_p \