#OTHER by mawalch cvs_MAIN
authormawalch
Mon, 08 Aug 2016 19:39:14 +0200
branchcvs_MAIN
changeset 977 0ec81b33ba14
parent 976 f67ddc355b4d
child 978 1b844135e876
#OTHER by mawalch Fix ridiculously propagated typo.
SmallSense__PO.st
--- a/SmallSense__PO.st	Wed Aug 03 17:15:54 2016 +0200
+++ b/SmallSense__PO.st	Mon Aug 08 19:39:14 2016 +0200
@@ -375,7 +375,7 @@
 !PO 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"
 
     super printOn:aStream.
     aStream nextPut:$(.
@@ -430,6 +430,14 @@
 
 !PO class methodsFor:'documentation'!
 
+version
+    ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
+!
+
 version_HG
 
     ^ '$Changeset: <not expanded> $'