IndirectValue.st
changeset 3319 2b9a15e04435
parent 2883 0449a63f204f
--- a/IndirectValue.st	Sun Mar 23 02:18:42 2014 +0100
+++ b/IndirectValue.st	Wed Mar 26 22:59:54 2014 +0100
@@ -36,7 +36,7 @@
 
 documentation
 "
-    IndirectValue referes to another valueHolder and presents that holder's value
+    IndirectValue refers to another valueHolder and presents that holder's value
     as my own value.
     However, the holder can be changed, which results in a change message from myself.
     Can be used if a valueHolder is needed which represents different values over
@@ -140,9 +140,10 @@
 !IndirectValue class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.8 2011-01-22 10:40:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.9 2014-03-26 21:59:54 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.8 2011-01-22 10:40:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/IndirectValue.st,v 1.9 2014-03-26 21:59:54 cg Exp $'
 ! !
+