Commit 35295f36 authored by Jordan Yates's avatar Jordan Yates Committed by Mahesh Mahadevan
Browse files

zbus: `observervation` -> `observation`



Fix a typo in the doxygen and service documentation.

Signed-off-by: default avatarJordan Yates <jordan@embeint.com>
parent 81491df4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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``.

+2 −2
Original line number Diff line number Diff line
@@ -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.