ProjectDefinition.st
changeset 21102 eef23325dbb5
parent 20986 3758c77e6af0
child 21236 df609ea04274
child 21242 19fabe339f8b
--- a/ProjectDefinition.st	Tue Dec 06 21:00:21 2016 +0100
+++ b/ProjectDefinition.st	Tue Dec 06 21:03:09 2016 +0100
@@ -2818,6 +2818,7 @@
     "Created: / 18-08-2006 / 12:51:38 / cg"
 ! !
 
+
 !ProjectDefinition class methodsFor:'description - project information'!
 
 applicationAdditionalIconFileNames
@@ -4915,6 +4916,7 @@
     ^ self subProjectMakeCallsUsing:'call vcmake %1 %2'.
 ! !
 
+
 !ProjectDefinition class methodsFor:'file templates'!
 
 autopackage_default_dot_apspec
@@ -5663,7 +5665,7 @@
      of 'super additionalClassAttributesFor: aClass'.
 
      Here, we add #autoload attributes to all test cases and
-     test resources, as they are not neccessary for the package
+     test resources, as they are not necessary for the package
      and should not be compiled (because of unwanted dependency
      on stx:goodies/sunit package)