CodeGeneratorTool.st
changeset 6350 421d6bb17db5
parent 6349 ff15ce2e5599
child 6643 abd4749a00ae
--- a/CodeGeneratorTool.st	Wed Jul 13 14:52:00 2005 +0200
+++ b/CodeGeneratorTool.st	Wed Jul 13 17:18:55 2005 +0200
@@ -1549,7 +1549,7 @@
         emailAddress := loginName , '@' , hostName.
 
         "/ ugly; should ask the class for that    
-        metaClass isJavaScriptMetaClass ifTrue:[
+        metaClass isJavaScriptMetaclass ifTrue:[
             code :=
 'function documentation() {
 /*
@@ -1858,5 +1858,5 @@
 !CodeGeneratorTool class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.34 2005-07-13 12:52:00 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/CodeGeneratorTool.st,v 1.35 2005-07-13 15:18:55 cg Exp $'
 ! !