Skip to content

Commit c149c0c

Browse files
committed
typos
1 parent 986f8df commit c149c0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/fasync-completed.lisp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ UNUSED/EXPERIMENT: See notes on `fcompleted'.
1414
(defmacro fasync-completed (future context dispatcher-id (result) &body body)
1515
"Asynchronous future completion handler.
1616
17-
This work essentially the same as `future:fcompleted` except that the completion function executes in a different execution context.
17+
This works essentially the same as `future:fcompleted` except that the completion function executes in a different execution context.
1818
The 'execution-context' is a dispatcher (`disp:dispatcher`) registered in `asys:actor-system`.
19-
It is here identified using `dispatcher-id` (the defailt dispatcher identifier is `:shared`).
19+
It is here identified using `dispatcher-id` (the default dispatcher identifier is `:shared`).
2020
The additional parameter `context` can be the actor-system itself, an `ac:actor-context` or an `act:actor` instance.
2121
2222
If the completion handler should execute on the caller thread, then `future:fcompleted` should be used.

0 commit comments

Comments
 (0)