#OTHER by mawalch
authormawalch
Mon, 08 Aug 2016 19:42:10 +0200
changeset 662 6c625b63db5c
parent 656 91e358e846da
child 663 0a8e21b222c1
child 665 dab98e03cdf0
#OTHER by mawalch Fix ridiculously propagated typo.
TestCaseOutcome.st
--- a/TestCaseOutcome.st	Fri Jul 08 03:54:45 2016 +0000
+++ b/TestCaseOutcome.st	Mon Aug 08 19:42:10 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:goodies/sunit' }"
 
 "{ NameSpace: Smalltalk }"
@@ -186,7 +184,7 @@
 !TestCaseOutcome 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:$(.
@@ -208,6 +206,6 @@
 !TestCaseOutcome class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestCaseOutcome.st,v 1.7 2015-05-08 10:28:56 cg Exp $'
+    ^ '$Header$'
 ! !