Parser.st
changeset 173 247ae4b8af76
parent 171 fc14729145ff
child 176 dae7e295a689
--- a/Parser.st	Wed Dec 13 20:45:43 1995 +0100
+++ b/Parser.st	Fri Dec 15 13:09:43 1995 +0100
@@ -49,7 +49,7 @@
     compiled. Compilation is done in the subclass ByteCodeCompiler and/or
     the (planned) MachineCodeCompiler.
 
-    methods of main interrest are:
+    methods of main interest are:
 	Parser evaluateExpression:...
 
     and:
@@ -3262,6 +3262,6 @@
 !Parser class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/Parser.st,v 1.63 1995-12-13 19:43:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/Parser.st,v 1.64 1995-12-15 12:09:43 cg Exp $'
 ! !
 Parser initialize!