ValueModel.st
changeset 1095 ffd2aaae1a45
parent 796 5aca7d7a8f30
child 1114 7b15d659f57e
--- a/ValueModel.st	Fri Feb 12 15:59:12 1999 +0100
+++ b/ValueModel.st	Sun Feb 14 11:24:44 1999 +0100
@@ -91,7 +91,7 @@
 !
 
 value:newValue withoutNotifying:someOne
-    "like #value, but temporarily retract all interrests for someOne
+    "like #value, but temporarily retract all interests for someOne
      (i.e. the value-change will NOT directly send ANY change notification
       to someOne; we cannot guarantee indirect notifications, though.)
      Useful if someone is itself depending on the receiver,
@@ -145,5 +145,5 @@
 !ValueModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.23 1998-01-30 13:24:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ValueModel.st,v 1.24 1999-02-14 10:24:44 stefan Exp $'
 ! !