Index: openacs-4/packages/xotcl-core/tcl/cr-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/cr-procs.tcl,v diff -u -N -r1.76.2.2 -r1.76.2.3 --- openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 10 Mar 2019 21:03:10 -0000 1.76.2.2 +++ openacs-4/packages/xotcl-core/tcl/cr-procs.tcl 10 Mar 2019 21:52:18 -0000 1.76.2.3 @@ -910,7 +910,7 @@ CrItem instproc update_revision {{-quoted false} revision_id attribute value} { # # This method can be use to update arbitrary fields of - # an revision. + # a revision. # if {$quoted} {set val $value} {set val :value} ::xo::dc dml update_content "update cr_revisions set $attribute = $val \