Index: library/xotcl/doc/Announce-1.6.1 =================================================================== diff -u -N -r0de05aaed50fced1cd80a9408560a38fb2454bcf -r2a955681817e4db4776d7ae904babe8053c5ad74 --- library/xotcl/doc/Announce-1.6.1 (.../Announce-1.6.1) (revision 0de05aaed50fced1cd80a9408560a38fb2454bcf) +++ library/xotcl/doc/Announce-1.6.1 (.../Announce-1.6.1) (revision 2a955681817e4db4776d7ae904babe8053c5ad74) @@ -22,7 +22,7 @@ * Generalized serializing package: when deserializing code, now consistently no constructors are called. In previous versions, - constuctors were called on slots; due to the point above, this is + constructors were called on slots; due to the point above, this is not needed; background: the previous solution had problems in aolserver ns_eval, when a slot-constructor called db-functions, since during ns_eval, the database handles are non-functional)