Index: openacs-4/packages/xowiki/tcl/repeat-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/repeat-procs.tcl,v diff -u -r1.10 -r1.11 --- openacs-4/packages/xowiki/tcl/repeat-procs.tcl 1 Feb 2018 21:56:57 -0000 1.10 +++ openacs-4/packages/xowiki/tcl/repeat-procs.tcl 1 Feb 2018 22:16:44 -0000 1.11 @@ -155,7 +155,7 @@ repeatContainer instproc set_compound_value {value} { # # Before setting compound values, check if we have the repeat - # strucure already set. + # structure already set. # set neededComponents [expr {[llength $value] / 2}] set availableComponents [llength ${:components}] @@ -192,7 +192,7 @@ } repeatContainer instproc trim_values {} { - # Trim trailing values idential to default. + # Trim trailing values identical to default. # Trimming the components list seems sufficient. set count [:count_values [:value]] set :components [lrange [:components] 0 $count]