ProjectDefinition.st
changeset 12926 620ef12f673c
parent 12856 1651184275a2
child 12964 e2cdf4d638e7
--- a/ProjectDefinition.st	Tue May 11 19:14:29 2010 +0200
+++ b/ProjectDefinition.st	Wed May 12 10:55:22 2010 +0200
@@ -4895,7 +4895,7 @@
 
 update:anAspectSymbol with:argument from:changedObject
     "when any of my class methods is changed, we mark the project as unloaded.
-     May be some mor classes have to be loaded"
+     May be some more classes have to be loaded"
 
     (changedObject == self class and:[anAspectSymbol == #methodDictionary]) ifTrue:[
         self projectIsLoaded:false.
@@ -5375,11 +5375,11 @@
 !ProjectDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.312 2010-04-07 17:51:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.313 2010-05-12 08:55:22 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.312 2010-04-07 17:51:24 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ProjectDefinition.st,v 1.313 2010-05-12 08:55:22 stefan Exp $'
 ! !
 
 ProjectDefinition initialize!