@@ -30,7 +30,7 @@ and display index to pass to ``pygame.display.set_mode()``.
3030
3131For backward compatibility ``pygame.display `` allows precise control over
3232the pixel format or display resolutions. This used to be necessary with old
33- grahics cards and CRT screens, but is usually not needed any more. Use the
33+ graphics cards and CRT screens, but is usually not needed any more. Use the
3434functions ``pygame.display.mode_ok() ``, ``pygame.display.list_modes() ``, and
3535``pygame.display.Info() `` to query detailed information about the display.
3636
@@ -325,7 +325,7 @@ required).
325325 | :sl:`Get sizes of active desktops`
326326 | :sg:`get_desktop_sizes() -> list`
327327
328- This function returns the sizes of the currrently configured
328+ This function returns the sizes of the currently configured
329329 virtual desktops as a list of (x, y) tuples of integers.
330330
331331 The length of the list is not the same as the number of attached monitors,
@@ -526,7 +526,7 @@ required).
526526
527527 When the display is iconified ``pygame.display.get_active() `` will return
528528 ``False ``. The event queue should receive an ``ACTIVEEVENT `` event when the
529- window has been iconified. Additionally, the event queue also recieves a
529+ window has been iconified. Additionally, the event queue also receives a
530530 ``WINDOWEVENT_MINIMIZED `` event when the window has been iconified on pygame 2.
531531
532532 .. ## pygame.display.iconify ##
0 commit comments