Index: library/xotcl/tests/slottest.xotcl =================================================================== diff -u -r542f9eada7981ba0f968374ff45ea9d2d44dd9a0 -rb9fcdec2a4d614ee624d548218df4719cdb27049 --- library/xotcl/tests/slottest.xotcl (.../slottest.xotcl) (revision 542f9eada7981ba0f968374ff45ea9d2d44dd9a0) +++ library/xotcl/tests/slottest.xotcl (.../slottest.xotcl) (revision b9fcdec2a4d614ee624d548218df4719cdb27049) @@ -10,7 +10,7 @@ # - generalization of slots to have different kind of domains and managers # - slots for objects and classes (slot parameter 'per-object' true|false, # when to used on a class object) -# - works for mixins/filters/class/superclass (e.g ... superclass add ::M) +# - works for mixins/filters/class/superclass (e.g. ... superclass add ::M) # - defaultcmd and valuecmd # defaultcmd: is executed when the instance variable is read the first time # valuecmd: is executed whenever the instance variable is read