From 78023500fa9c5b1d5b08b8a242f7c59b872827c0 Mon Sep 17 00:00:00 2001 From: SDL Wiki Bot Date: Sun, 19 Jan 2025 23:59:37 +0000 Subject: [PATCH] Sync SDL3 wiki -> header [ci skip] --- include/SDL3/SDL_timer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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