#OTHER by mawalch
authormawalch
Mon, 08 Aug 2016 20:13:59 +0200
changeset 1011 dff0d2ee184c
parent 1010 bac4a6f2690e
child 1012 6c2b1a2886d5
#OTHER by mawalch Fix ridiculously propagated typo.
MCVersionEntry.st
--- a/MCVersionEntry.st	Mon Aug 08 20:13:50 2016 +0200
+++ b/MCVersionEntry.st	Mon Aug 08 20:13:59 2016 +0200
@@ -1,5 +1,7 @@
 "{ Package: 'stx:goodies/monticello' }"
 
+"{ NameSpace: Smalltalk }"
+
 HierarchicalItem subclass:#MCVersionEntry
 	instanceVariableNames:'name package repository'
 	classVariableNames:''
@@ -82,7 +84,7 @@
 !MCVersionEntry methodsFor:'printing & storing'!
 
 printOn:aStream
-    "append a printed representation if the receiver to the argument, aStream"
+    "append a printed representation of the receiver to the argument, aStream"
 
     self class name printOn:aStream.
     aStream space.
@@ -98,13 +100,14 @@
 !MCVersionEntry class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCVersionEntry.st,v 1.2 2012-09-11 21:30:18 cg Exp $'
+    ^ '$Header$'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/MCVersionEntry.st,v 1.2 2012-09-11 21:30:18 cg Exp $'
+    ^ '$Header$'
 !
 
 version_SVN
-    ^ '§Id: MCVersionEntry.st 24 2010-11-09 14:00:17Z vranyj1 §'
+    ^ '$Id$'
 ! !
+