Index: library/xotcl/doc/langRef.xotcl =================================================================== diff -u -N -rb9fcdec2a4d614ee624d548218df4719cdb27049 -r38ea9f94f2f1b54ff8f4213a814a350dec29b96b --- library/xotcl/doc/langRef.xotcl (.../langRef.xotcl) (revision b9fcdec2a4d614ee624d548218df4719cdb27049) +++ library/xotcl/doc/langRef.xotcl (.../langRef.xotcl) (revision 38ea9f94f2f1b54ff8f4213a814a350dec29b96b) @@ -125,7 +125,7 @@ default it is set off, which means that the object/class is destroyed and all relations (e.g. subclass/superclass) to other objects/classes are destroyed as well. If <@tt>softrecreate is - set, the object is reseted, but not destroyed, the relations + set, the object is reset, but not destroyed, the relations are kept. This is important, when e.g. reloading a file with class definitions (e.g. when used in OpenACS with file watching and reloading). With <@tt>softrecreate set,