spelling: entry

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-29 00:03:06 -05:00
parent 732a680ad8
commit 0cf7d4d8e4

View file

@ -32,7 +32,7 @@ typedef struct {
typedef struct __attribute__((packed)) PluginServiceState {
bool subscribed_to_app_event_service : 1; // Set on first plugin_service_subscribe by this app
EventServiceInfo event_service_info;
ListNode subscribed_services; // Linked list of PluginServiceEntrys
ListNode subscribed_services; // Linked list of PluginServiceEntry
} PluginServiceState;
void plugin_service_state_init(PluginServiceState *state);