From 42de2ac6a92eee25a0dbd85383542c0165e7f8a9 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 19 Dec 2024 10:51:02 -0800 Subject: [PATCH] Fixed typo --- include/SDL3/SDL_begin_code.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL3/SDL_begin_code.h b/include/SDL3/SDL_begin_code.h index a57927c9c2..1df3229670 100644 --- a/include/SDL3/SDL_begin_code.h +++ b/include/SDL3/SDL_begin_code.h @@ -53,7 +53,7 @@ * * SDL, on occasion, might deprecate a function for various reasons. However, * SDL never removes symbols before major versions, so deprecated interfaces - * in SDL3 will remain available under SDL4, where it would be expected an app + * in SDL3 will remain available until SDL4, where it would be expected an app * would have to take steps to migrate anyhow. * * On compilers without a deprecation mechanism, this is defined to nothing,