SVN__Configuration.st
changeset 1172 d9562d11f420
parent 1129 01c6e3546546
--- a/SVN__Configuration.st	Mon Aug 08 20:13:47 2016 +0200
+++ b/SVN__Configuration.st	Mon Aug 08 20:13:53 2016 +0200
@@ -332,7 +332,7 @@
 !Configuration 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:$(.
@@ -453,7 +453,7 @@
 !Configuration::Repository 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 space.
@@ -496,5 +496,6 @@
 !
 
 version_SVN
-    ^ '§Id: SVN__Configuration.st 363 2011-08-08 13:49:48Z vranyj1 §'
+    ^ '$Id$'
 ! !
+