class: stx_goodies_monticello
authorClaus Gittinger <cg@exept.de>
Sat, 21 Feb 2015 13:34:04 +0100
changeset 973 8a67537c9bea
parent 972 e907afea8852
child 974 c7dccf72f591
class: stx_goodies_monticello comment/format in: #documentation
stx_goodies_monticello.st
--- a/stx_goodies_monticello.st	Mon Feb 09 15:03:52 2015 +0100
+++ b/stx_goodies_monticello.st	Sat Feb 21 13:34:04 2015 +0100
@@ -16,9 +16,9 @@
     Package documentation:
 
     This library provides support classes to read and write monticello packages
-    (as used in Squeak and Pharo) and a GUI to browse such packages.
+    (as used in Squeak and Pharo) and a GUI to browse and load such packages.
 
-    Notice that Squeak packages usually do not work out-of-th-box in ST/X.
+    Notice that Squeak packages usually do not work out-of-the-box in ST/X.
 "
 ! !
 
@@ -300,10 +300,10 @@
 !stx_goodies_monticello class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/stx_goodies_monticello.st,v 1.24 2015-02-09 14:03:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/stx_goodies_monticello.st,v 1.25 2015-02-21 12:34:04 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/monticello/stx_goodies_monticello.st,v 1.24 2015-02-09 14:03:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/monticello/stx_goodies_monticello.st,v 1.25 2015-02-21 12:34:04 cg Exp $'
 ! !