diff options
| author | cadmic <cadmic24@gmail.com> | 2024-09-25 21:21:00 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-26 00:21:00 -0400 |
| commit | bccb219ea3c8542c160706de70ad540f0822d091 (patch) | |
| tree | 948291fe637864135f1272475f4e14da1e254bf6 /include/padmgr.h | |
| parent | f7a0117e7d12ed0358fa4eab26bc82a2e91ab7d9 (diff) | |
Fix typos found by codespell (#2229)
Diffstat (limited to 'include/padmgr.h')
| -rw-r--r-- | include/padmgr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/padmgr.h b/include/padmgr.h index d22762a2f..5bfa98308 100644 --- a/include/padmgr.h +++ b/include/padmgr.h @@ -76,7 +76,7 @@ void PadMgr_RumbleSet(PadMgr* padMgr, u8* enable); * user-provided argument. The callback function should be `void (*)(PadMgr*, void*)`. * * @param callback callback to run before rumble state is updated for the current VI - * @param arg the argument to pass to the calback + * @param arg the argument to pass to the callback * * @see PADMGR_UNSET_RETRACE_CALLACK */ |
