#QUALITY by exept
authorClaus Gittinger <cg@exept.de>
Mon, 26 Aug 2019 09:45:06 +0200
changeset 4479 3f1a6fafa0ba
parent 4478 7ae834471dde
child 4480 37d1a8465349
#QUALITY by exept class: ChangeSetDiffComponent comment/format in: #flattenOn:
ChangeSetDiffComponent.st
--- a/ChangeSetDiffComponent.st	Mon Aug 26 09:44:54 2019 +0200
+++ b/ChangeSetDiffComponent.st	Mon Aug 26 09:45:06 2019 +0200
@@ -223,7 +223,7 @@
 
 flattenOn: stream
 
-    "cg cganged: return the receiver; not the stream."
+    "cg changed: return the receiver; not the stream."
     stream nextPut: self
 
     "Created: / 05-12-2009 / 11:06:22 / Jan Vrany <jan.vrany@fit.cvut.cz>"