ArrColl.st
changeset 2689 ada9b102abcf
parent 2290 80404098824a
--- a/ArrColl.st	Mon Jun 16 11:57:37 1997 +0200
+++ b/ArrColl.st	Mon Jun 16 20:21:41 1997 +0200
@@ -407,7 +407,7 @@
 
 size
     "redefined to re-enable size->basicSize forwarding
-     (it is cought in SequencableCollection)"
+     (it is caught in SequencableCollection)"
 
     ^ self basicSize
 ! !
@@ -415,5 +415,5 @@
 !ArrayedCollection class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ArrColl.st,v 1.43 1997-01-27 23:40:23 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/ArrColl.st,v 1.44 1997-06-16 18:20:15 cg Exp $'
 ! !