#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 04 Nov 2016 13:22:24 +0100
changeset 20778 635e9b02b17f
parent 20777 4814f57b71d7
child 20779 69971f5a730b
#DOCUMENTATION by cg class: ProjectDefinition comment/format in: #documentation
ProjectDefinition.st
--- a/ProjectDefinition.st	Fri Nov 04 13:20:31 2016 +0100
+++ b/ProjectDefinition.st	Fri Nov 04 13:22:24 2016 +0100
@@ -125,7 +125,7 @@
           separator, use slash (as on UNIX), it will be automagically converted to platform's separator.
         * The second paramterer (true or false) tells the SCM whether the file should be generated (and thus
           overwritten) upon each commit (when true) or only the first time (when false). Important: see the 
-          emark below.
+          remark below.
         * The method itself should return file's contents a string. If it returns nil, then the file is *not*
           generated at all.