SmalltalkCodeGeneratorTool.st
changeset 15005 99f17b72f95d
parent 15004 0df5dfbfbb1d
child 15006 51c4a44295be
--- a/SmalltalkCodeGeneratorTool.st	Thu Dec 11 11:23:43 2014 +0100
+++ b/SmalltalkCodeGeneratorTool.st	Thu Dec 11 11:25:36 2014 +0100
@@ -1246,7 +1246,7 @@
     (nonMetaClass includesSelector:#page3:) ifFalse:[
         txt :=
 'page3:aRequest
-    "This is a sample page which generates plain text (i.e. nit html)."
+    "This is a sample page which generates plain text (i.e. not html)."
 
     <resource: #PAGE>
 
@@ -2715,14 +2715,14 @@
 !SmalltalkCodeGeneratorTool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.31 2014-12-11 10:23:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.32 2014-12-11 10:25:36 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.31 2014-12-11 10:23:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/SmalltalkCodeGeneratorTool.st,v 1.32 2014-12-11 10:25:36 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: SmalltalkCodeGeneratorTool.st,v 1.31 2014-12-11 10:23:43 cg Exp $'
+    ^ '$Id: SmalltalkCodeGeneratorTool.st,v 1.32 2014-12-11 10:25:36 cg Exp $'
 ! !