MeasurementValue.st
changeset 11607 39bd3dc180df
parent 11606 f657ce220093
child 11717 62d715950754
--- a/MeasurementValue.st	Sat Feb 28 12:51:14 2009 +0100
+++ b/MeasurementValue.st	Sat Feb 28 12:52:06 2009 +0100
@@ -49,7 +49,7 @@
     Also notice, that instances do not keep the error as a fraction, but instead a min. and maxValue.
     That means, that we can handle the case where the error is different in
     the positive and negative directions.
-    I am not sure if this is more flexibility than need in the long run.
+    I am not sure if this is more flexibility than needed in the long run.
 
     [author:]
         Claus Gittinger
@@ -294,5 +294,5 @@
 !MeasurementValue class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/MeasurementValue.st,v 1.7 2009-02-28 11:51:14 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/MeasurementValue.st,v 1.8 2009-02-28 11:52:06 cg Exp $'
 ! !