diff options
Diffstat (limited to 'src/lib/dispatch/dispatch.h')
-rw-r--r-- | src/lib/dispatch/dispatch.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dispatch/dispatch.h b/src/lib/dispatch/dispatch.h index 9c7c4833c2..63e96bcf8d 100644 --- a/src/lib/dispatch/dispatch.h +++ b/src/lib/dispatch/dispatch.h @@ -37,7 +37,7 @@ * configure messages with their types, channels, and receivers. Then, use * dispatch_new() with that dispatch_cfg_t to create the dispatch_t object. * - * (We use a two-phase contruction procedure here to enable better static + * (We use a two-phase construction procedure here to enable better static * reasoning about publish/subscribe relationships.) * * Once you have a dispatch_t, you can queue messages on it with |