#OTHER by mawalch
authormawalch
Tue, 06 Dec 2016 21:03:09 +0100
changeset 21102 eef23325dbb5
parent 21101 3311b5c4d2eb
child 21103 22b82f63fead
#OTHER by mawalch Fix some typos in comments.
ProjectDefinition.st
--- 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)