Browse Source

Fix typo and extra word in "Custom GUI controls"

Andrew Conrad 9 years ago
parent
commit
e3fa235d6c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      tutorials/2d/custom_gui_controls.rst

+ 3 - 3
tutorials/2d/custom_gui_controls.rst

@@ -80,7 +80,7 @@ Or alternatively, set it via function:
 Input
 -----
 
-Controls provide a few helpers to make managing input events much esier
+Controls provide a few helpers to make managing input events much easier
 than regular nodes.
 
 Input events
@@ -91,8 +91,8 @@ mentioning that controls have a special input method that only works
 when:
 
 -  The mouse pointer is over the control.
--  The left button was pressed over this control (control always
-   captures input until button si released)
+-  The button was pressed over this control (control always
+   captures input until button is released)
 -  Control provides keyboard/joypad focus via
    :ref:`Control.set_focus_mode() <class_Control_set_focus_mode>`.