Pārlūkot izejas kodu

Spellcheck: allotted

Jonathan Paugh 1 gadu atpakaļ
vecāks
revīzija
0a503f8a1d
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      tutorials/rendering/multiple_resolutions.rst

+ 1 - 1
tutorials/rendering/multiple_resolutions.rst

@@ -74,7 +74,7 @@ screen sizes.
 
 
 .. note::
 .. note::
 
 
-   On this page, *window* refers to the screen area alloted to your game
+   On this page, *window* refers to the screen area allotted to your game
    by the system, while *viewport* refers to the root object (accessible 
    by the system, while *viewport* refers to the root object (accessible 
    from ``get_tree().root``) which the game controls to fill this screen area.
    from ``get_tree().root``) which the game controls to fill this screen area.
    This viewport is a :ref:`Window <class_Window>` instance. Recall from the
    This viewport is a :ref:`Window <class_Window>` instance. Recall from the