SVN__Configuration.st
branchjv
changeset 1179 a3c51fbc33cf
parent 1172 d9562d11f420
--- a/SVN__Configuration.st	Tue Jun 28 08:04:18 2016 +0100
+++ b/SVN__Configuration.st	Tue Aug 09 06:39:39 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$'
 ! !
+