spelling: specific

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:43:26 -05:00
parent faf96c3ee2
commit 848a68c241
3 changed files with 8 additions and 8 deletions

View file

@ -49,7 +49,7 @@ static uint16_t prv_get_service_index(Uuid *uuid) {
// ---------------------------------------------------------------------------------------------------------------
// Used by list_find to locate the handler for a specfic service index.
// Used by list_find to locate the handler for a specific service index.
static bool prv_service_filter(ListNode *node, void *tp) {
PluginServiceEntry *info = (PluginServiceEntry *)node;
uint16_t service_idx = (uint16_t)(uintptr_t)tp;