Fix typo (interrest -> interest)
authorStefan Vogel <sv@exept.de>
Sun, 14 Feb 1999 11:24:44 +0100
changeset 1095 ffd2aaae1a45
parent 1094 b861869852b5
child 1096 14a4fdeecd02
Fix typo (interrest -> interest)
ValModel.st
ValueModel.st
--- a/ValModel.st	Fri Feb 12 15:59:12 1999 +0100
+++ b/ValModel.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/Attic/ValModel.st,v 1.23 1998-01-30 13:24:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/Attic/ValModel.st,v 1.24 1999-02-14 10:24:44 stefan Exp $'
 ! !
--- 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 $'
 ! !