#OTHER by mawalch
authormawalch
Mon, 08 Aug 2016 20:14:05 +0200
changeset 1177 dc7a7fa9bae9
parent 1176 41f8e9b22447
child 1178 3a6dad9479fd
#OTHER by mawalch Fix ridiculously propagated typo.
SVN__RepositoryConfiguration.st
--- a/SVN__RepositoryConfiguration.st	Mon Aug 08 20:14:03 2016 +0200
+++ b/SVN__RepositoryConfiguration.st	Mon Aug 08 20:14:05 2016 +0200
@@ -28,10 +28,10 @@
 "{ NameSpace: SVN }"
 
 Object subclass:#RepositoryConfiguration
-        instanceVariableNames:'package url'
-        classVariableNames:''
-        poolDictionaries:''
-        category:'SVN-Core'
+	instanceVariableNames:'package url'
+	classVariableNames:''
+	poolDictionaries:''
+	category:'SVN-Core'
 !
 
 !RepositoryConfiguration class methodsFor:'documentation'!
@@ -185,7 +185,7 @@
 !RepositoryConfiguration 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"
 
     self class storeOn:aStream.
     aStream space.
@@ -223,6 +223,7 @@
 
 version_SVN
 
-    ^ '§Id: SVN__RepositoryConfiguration.st 350 2011-07-07 18:42:56Z vranyj1 §'
+    ^ '$Id$'
 
 ! !
+