From 57973cd3797bb934748e6742c11bbf5a44c8517b Mon Sep 17 00:00:00 2001 From: Hubert Maier Date: Sun, 30 Oct 2022 08:30:49 +0100 Subject: [PATCH] SDL_HINTS.H: Correct spelling mistake noticable -> noticeable --- include/SDL_hints.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_hints.h b/include/SDL_hints.h index d7849a4d4..1af57930e 100644 --- a/include/SDL_hints.h +++ b/include/SDL_hints.h @@ -1257,7 +1257,7 @@ extern "C" { * When polling for events, SDL_PumpEvents is used to gather new events from devices. * If a device keeps producing new events between calls to SDL_PumpEvents, a poll loop will * become stuck until the new events stop. - * This is most noticable when moving a high frequency mouse. + * This is most noticeable when moving a high frequency mouse. * * By default, poll sentinels are enabled. */