comment
authorClaus Gittinger <cg@exept.de>
Wed, 23 Feb 2000 11:21:44 +0100
changeset 1037 6c3b1d28ae03
parent 1036 39ad7c459977
child 1038 faf50ed50034
comment
Structure.st
--- a/Structure.st	Tue Feb 15 15:16:42 2000 +0100
+++ b/Structure.st	Wed Feb 23 11:21:44 2000 +0100
@@ -47,7 +47,7 @@
     so they can be used as backward compatible replacements in
     places where arrays were returned.
     (However, we recommend using private classes, since they are easier
-     to understand and aintain).
+     to understand and maintain).
 
     For example, some structure object can be create with:
         ^ Structure with:#foo->'someFooValue' with:#bar->'someBarValue'
@@ -1353,6 +1353,6 @@
 !Structure class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Structure.st,v 1.10 1999-09-03 15:36:50 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Structure.st,v 1.11 2000-02-23 10:21:44 cg Exp $'
 ! !
 Structure initialize!