class: Smalltalk
authorStefan Vogel <sv@exept.de>
Mon, 14 Oct 2013 21:55:48 +0200
changeset 15781 3185deb3a8d2
parent 15780 22941a4ab3c7
child 15782 876338881d25
class: Smalltalk comment/format in: #packagePath
Smalltalk.st
--- a/Smalltalk.st	Mon Oct 14 21:53:49 2013 +0200
+++ b/Smalltalk.st	Mon Oct 14 21:55:48 2013 +0200
@@ -6957,7 +6957,7 @@
 !
 
 packagePath
-    "return a collection of additional directorynames, where smalltalk
+    "return a collection of additional directory names, where smalltalk
      looks for package directories.
      Notice, that directories named 'packages' under the systemPath are
      always consulted - even if not in the packagePath"
@@ -7974,11 +7974,11 @@
 !Smalltalk class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.1037 2013-09-23 15:55:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.1038 2013-10-14 19:55:48 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.1037 2013-09-23 15:55:06 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Smalltalk.st,v 1.1038 2013-10-14 19:55:48 stefan Exp $'
 !
 
 version_SVN