Structure.st
changeset 1037 6c3b1d28ae03
parent 953 e863f0860a7e
child 1129 4951097b5191
--- 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!