Index: openacs-4/packages/xowiki/tcl/form-field-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xowiki/tcl/form-field-procs.tcl,v diff -u -r1.265 -r1.266 --- openacs-4/packages/xowiki/tcl/form-field-procs.tcl 10 Apr 2018 06:49:10 -0000 1.265 +++ openacs-4/packages/xowiki/tcl/form-field-procs.tcl 11 Apr 2018 21:50:05 -0000 1.266 @@ -730,7 +730,7 @@ ::xotcl::Class instproc extend_slot_default } Class instproc extend_slot_default {name value} { - # Search for the slot. If the slot exists, extend it's default + # Search for the slot. If the slot exists, extend its default # value with the new value foreach c [:info heritage] { if {[info commands ${c}::slot::$name] ne ""} {