typo
authorClaus Gittinger <cg@exept.de>
Fri, 19 Dec 2014 15:24:09 +0100
changeset 17231 7a0932dedec0
parent 17230 c61f862aae61
child 17232 e1f21dd5c764
typo
LibraryDefinition.st
--- a/LibraryDefinition.st	Fri Dec 19 15:24:05 2014 +0100
+++ b/LibraryDefinition.st	Fri Dec 19 15:24:09 2014 +0100
@@ -499,7 +499,7 @@
 %(MAKE_PREREQUISITES)
 
 # build all packages containing referenced classes for this package
-# they are nor needed to compile the package
+# they are not needed to compile the package (but later, to load it)
 references:
 %(MAKE_REFERENCES)
 
@@ -705,10 +705,10 @@
 !LibraryDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.121 2014-11-11 16:00:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.122 2014-12-19 14:24:09 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.121 2014-11-11 16:00:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/LibraryDefinition.st,v 1.122 2014-12-19 14:24:09 cg Exp $'
 ! !