#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Tue, 17 Dec 2019 17:25:13 +0100
changeset 5392 3f9ffab35f84
parent 5391 ab2ead078b27
child 5393 b39d48159130
#DOCUMENTATION by exept class: ActiveObject class comment/format in: #documentation
ActiveObject.st
--- a/ActiveObject.st	Mon Dec 16 12:06:20 2019 +0100
+++ b/ActiveObject.st	Tue Dec 17 17:25:13 2019 +0100
@@ -60,7 +60,7 @@
     Exceptions during execution are sent back to the caller.
     This is an abstract framework class, to be subclassed for real workers.
 
-    The following is a not-yet-working experiment, using lookup objects to redirect automatcally into a synchronizing
+    The following is a not-yet-working experiment, using lookup objects to redirect automatically into a synchronizing
     method. This does not work yet.
 
     Notice the use of the lookup object here: all incoming messages from a process other than my worker-process