diff --git a/include/SDL3/SDL_rect.h b/include/SDL3/SDL_rect.h index 8f9eee4dfb..d0f0bbcba7 100644 --- a/include/SDL3/SDL_rect.h +++ b/include/SDL3/SDL_rect.h @@ -23,7 +23,7 @@ * # CategoryRect * * Some helper functions for managing rectangles and 2D points, in both - * interger and floating point versions. + * integer and floating point versions. */ #ifndef SDL_rect_h_