aboutsummaryrefslogtreecommitdiff
path: root/doc/develop/event.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/develop/event.rst')
-rw-r--r--doc/develop/event.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/event.rst b/doc/develop/event.rst
index 4ff59348371..e60cbf65691 100644
--- a/doc/develop/event.rst
+++ b/doc/develop/event.rst
@@ -12,7 +12,7 @@ Rather than using weak functions and direct calls across subsystemss, it is
often easier to use an event.
An event consists of a type (e.g. EVT_DM_POST_INIT) and some optional data,
-in `union event_data`. An event spy can be creasted to watch for events of a
+in `union event_data`. An event spy can be created to watch for events of a
particular type. When the event is created, it is sent to each spy in turn.