VSEChunkFileSourceWriter.st
changeset 3753 51a1643513af
parent 3749 c362ac61c2e9
child 3758 901978f54e8a
--- a/VSEChunkFileSourceWriter.st	Wed Feb 04 11:06:48 2015 +0100
+++ b/VSEChunkFileSourceWriter.st	Wed Feb 04 11:07:15 2015 +0100
@@ -230,7 +230,7 @@
 !
 
 generateCallToInitializerFor:aClass on:aStream
-    "here, the initializers are colelcted and generated alltogether at the end"
+    "here, the initializers are collected and generated alltogether at the end"
 
     rememberedInitializers isNil ifTrue:[
         rememberedInitializers := OrderedCollection new.
@@ -316,10 +316,10 @@
 !VSEChunkFileSourceWriter class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/VSEChunkFileSourceWriter.st,v 1.9 2015-02-03 19:37:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/VSEChunkFileSourceWriter.st,v 1.10 2015-02-04 10:07:15 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic3/VSEChunkFileSourceWriter.st,v 1.9 2015-02-03 19:37:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/VSEChunkFileSourceWriter.st,v 1.10 2015-02-04 10:07:15 cg Exp $'
 ! !