diff --git a/doc/services/zbus/index.rst b/doc/services/zbus/index.rst index 401fd47c70128e..1cc053ce75d7de 100644 --- a/doc/services/zbus/index.rst +++ b/doc/services/zbus/index.rst @@ -92,7 +92,7 @@ The above figure illustrates some states, from (a) to (d), for channels from ``C ``Subscriber 1``, and the observations. The last two are in orange to indicate they are dynamically allocated (runtime observation). (a) shows that the observer and all observations are enabled. (b) shows the observer is disabled, so the event dispatcher will ignore it. (c) shows the observer -enabled. However, there is one static observervation disabled. The event dispatcher will only stop +enabled. However, there is one static observation disabled. The event dispatcher will only stop sending notifications from channel ``C3``. In (d), the event dispatcher will stop sending notifications from channels ``C3`` and ``C5`` to ``Subscriber 1``. diff --git a/include/zephyr/zbus/zbus.h b/include/zephyr/zbus/zbus.h index d4ff69a544b3eb..e5657c0a54933f 100644 --- a/include/zephyr/zbus/zbus.h +++ b/include/zephyr/zbus/zbus.h @@ -268,7 +268,7 @@ struct zbus_channel_observation { /* clang-format off */ /** - * @brief Add a static channel observervation. + * @brief Add a static channel observation. * * This macro initializes a channel observation by receiving the * channel and the observer. @@ -290,7 +290,7 @@ struct zbus_channel_observation { /* clang-format on */ /** - * @brief Add a static channel observervation. + * @brief Add a static channel observation. * * This macro initializes a channel observation by receiving the * channel and the observer.