spelling: function

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 14:44:10 -05:00
parent 3c336ea7f5
commit 11d05ba281
5 changed files with 11 additions and 11 deletions

View file

@ -71,7 +71,7 @@ typedef struct {
typedef const SmartstrapProfileInfo *(*SmartstrapProfileGetInfoFunc)(void);
// generate funciton prototypes for profile info functions
// generate function prototypes for profile info functions
#define REGISTER_SMARTSTRAP_PROFILE(f) const SmartstrapProfileInfo *f(void);
#include "services/normal/accessory/smartstrap_profile_registry.def"
#undef REGISTER_SMARTSTRAP_PROFILE