SDL Wiki Bot пре 1 година
родитељ
комит
5a60d073c0
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      include/SDL3/SDL_rect.h

+ 1 - 1
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_