Class.st
changeset 671 53de87163ad5
parent 669 62784300daa6
child 685 626b477e5be3
--- a/Class.st	Mon Dec 04 11:20:42 1995 +0100
+++ b/Class.st	Mon Dec 04 11:21:13 1995 +0100
@@ -1658,7 +1658,7 @@
 
 compile:code
     "compile code, aString for this class; 
-     if sucessful update the method dictionary."
+     if successful update the method dictionary."
 
     self compilerClass 
 	compile:code 
@@ -1667,7 +1667,7 @@
 
 compile:code classified:category
     "compile code, aString for this class; 
-     if sucessful update the method dictionary. 
+     if successful update the method dictionary. 
      The method is classified under category."
 
     self compilerClass 
@@ -3360,5 +3360,5 @@
 !Class class methodsFor:'documentation'!
 
 version
-^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.93 1995-12-03 18:30:00 cg Exp $'! !
+^ '$Header: /cvs/stx/stx/libbasic/Class.st,v 1.94 1995-12-04 10:21:00 cg Exp $'! !
 Class initialize!