Index: openacs-4/packages/acs-subsite/tcl/attribute-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/tcl/attribute-procs.tcl,v diff -u -r1.20.2.9 -r1.20.2.10 --- openacs-4/packages/acs-subsite/tcl/attribute-procs.tcl 19 Oct 2021 08:32:06 -0000 1.20.2.9 +++ openacs-4/packages/acs-subsite/tcl/attribute-procs.tcl 8 Feb 2024 18:04:04 -0000 1.20.2.10 @@ -137,7 +137,7 @@ for { set i 0 } { $i < [llength $plsql] } { incr i } { set cmd [lindex $plsql $i] if { [catch $cmd err_msg] } { - # Rollback what we've done so far. The loop contitionals are: + # Rollback what we've done so far. The loop conditionals are: # start at the end of the plsql_drop list (Drop things in reverse order of creation) # execute drop statements until we reach position $i+1 # This position represents the operation on which we failed, and thus