ProjectDefinition.st
changeset 20986 3758c77e6af0
parent 20985 76eb19c9242e
child 21026 81e280fc1b93
child 21102 eef23325dbb5
--- a/ProjectDefinition.st	Fri Nov 18 12:23:58 2016 +0100
+++ b/ProjectDefinition.st	Fri Nov 18 12:59:32 2016 +0100
@@ -139,9 +139,9 @@
 
     ## Adding additional rules to generated makefiles
 
-    There are two ways to add additional rules to generatec makefiles (Make.proto and bc.mak):
+    There are two ways to add additional rules to generated makefiles (Make.proto and bc.mak):
       1) overriding #additionalRules_make_dot_proto and/or #additionalRules_bc_dot_mak
-      2) addng a method annotated by <file:target:> or <file:target:extends:> 
+      2) adding a method annotated by <file:target:> or <file:target:extends:> 
 
     ### Overriding #additionalRules* methods