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 -N -r1.49.2.1 -r1.49.2.2 --- openacs-4/packages/evaluation/tcl/evaluation-procs.tcl 12 Apr 2019 21:28:35 -0000 1.49.2.1 +++ openacs-4/packages/evaluation/tcl/evaluation-procs.tcl 10 Aug 2019 18:27:03 -0000 1.49.2.2 @@ -154,7 +154,8 @@ ad_proc -public evaluation::set_live_item { -item_id } { - Wrapper for contet::item::set_live_revision, in case the way items are deleted in the eval package ever change. + Wrapper for content::item::set_live_revision, in case the way items are + deleted in the eval package ever change. } { content::item::set_live_revision -revision_id [content::item::get_best_revision -item_id $item_id] } @@ -898,7 +899,7 @@ @param task_item_id Task which "owns" the grades sheet @param title The name of the grades sheet @param storage_type lob or file - @param mime_type Mime tipe of the grades sheet + @param mime_type Mime type of the grades sheet } {