spelling: occurred

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:16:46 -05:00
parent 0f0c1cca12
commit 3d34684548
10 changed files with 15 additions and 15 deletions

View file

@ -379,7 +379,7 @@ typedef enum {
//! Developer-supplied event handler, called when a health-related event occurs after subscribing
//! via \ref health_service_events_subscribe();
//! @param event The type of health-related event that occured.
//! @param event The type of health-related event that occurred.
//! @param context The developer-supplied context pointer.
typedef void (*HealthEventHandler)(HealthEventType event, void *context);