diff --git a/include/SDL3/SDL_timer.h b/include/SDL3/SDL_timer.h index a92a5ffc7d..24815880db 100644 --- a/include/SDL3/SDL_timer.h +++ b/include/SDL3/SDL_timer.h @@ -33,8 +33,8 @@ * * This category covers measuring time elapsed (SDL_GetTicks(), * SDL_GetPerformanceCounter()), putting a thread to sleep for a certain - * amount of time (SDL_Delay(), SDL_DelayNS(), SDL_DelayPrecise()), and - * firing a callback function after a certain amount of time has elasped + * amount of time (SDL_Delay(), SDL_DelayNS(), SDL_DelayPrecise()), and firing + * a callback function after a certain amount of time has elasped * (SDL_AddTimer(), etc). * * There are also useful macros to convert between time units, like