SnapShotImageMemory.st
changeset 3250 48b1dfb0b16f
parent 3091 4ec02687f35f
child 3324 dee0c393db4e
--- a/SnapShotImageMemory.st	Sat Jan 16 01:39:14 2016 +0100
+++ b/SnapShotImageMemory.st	Wed Jan 27 17:01:30 2016 +0100
@@ -1,5 +1,7 @@
 "{ Package: 'stx:libtool2' }"
 
+"{ NameSpace: Smalltalk }"
+
 Object subclass:#SnapShotImageMemory
 	instanceVariableNames:'image stream msb ptrSize intSize intTag spaceInfos symbolEntries
 		globalEntries addrToObjectMapping fetchINT hdrSize'
@@ -3678,7 +3680,7 @@
     "return my revision string; that one is extracted from the
      classes #version method. Either this is a method returning that string,
      or its a comment-only method and the comment defines the version.
-     If the source is not accessable or no such method exists,
+     If the source is not accessible or no such method exists,
      nil is returned."
 
     |owner cls meta m src val|