InlineObjectPrototype.st
branchjv
changeset 20131 4118d61ddba0
parent 18011 deb0c3355881
parent 20120 9014fc0a34f7
--- a/InlineObjectPrototype.st	Wed Jul 06 06:50:27 2016 +0200
+++ b/InlineObjectPrototype.st	Sat Jul 09 21:10:24 2016 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libbasic' }"
 
+"{ NameSpace: Smalltalk }"
+
 InlineObject subclass:#InlineObjectPrototype
 	instanceVariableNames:'i1 i2 i3 i4 i5 i6 i7 i8 i9 i10 i11 i12 i13 i14 i15 i16 i17 i18
 		i19 i20 i21 i22 i23 i24 i25 i26 i27 i28 i29 i30 i31 i32 i33 i34
@@ -43,7 +45,7 @@
 documentation
 "
     All getter/setter methods of all inline objects are actually shared code,
-    which is aquired from this prototypeInlineObject class.
+    which is acquired from this prototypeInlineObject class.
 "
 ! !
 
@@ -852,5 +854,6 @@
 !InlineObjectPrototype class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/InlineObjectPrototype.st,v 1.2 2009-09-11 13:04:28 cg Exp $'
+    ^ '$Header$'
 ! !
+