LazyMethod.st
changeset 533 885426f6c90b
parent 488 0f248bf19a95
child 799 e8c7957d5138
--- a/LazyMethod.st	Wed Jun 04 12:38:50 1997 +0200
+++ b/LazyMethod.st	Mon Jun 16 20:22:41 1997 +0200
@@ -42,7 +42,7 @@
     keep their sourcecode only.
 
     When executed, these will trigger an error in the VM (noByteCode),
-    which is cought here to create a real method from the receiver,
+    which is caught here to create a real method from the receiver,
     amd re-execute the method.
 
     This allows faster loading of code, which will be later compiled
@@ -188,6 +188,6 @@
 !LazyMethod  class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libcomp/LazyMethod.st,v 1.21 1997-01-24 22:22:26 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libcomp/LazyMethod.st,v 1.22 1997-06-16 18:22:41 cg Exp $'
 ! !
 LazyMethod initialize!