Merge pull request #32150 from luzpaz/typos

Fix misc. source comment typos
This commit is contained in:
Rémi Verschelde 2019-09-20 17:09:05 +02:00 committed by GitHub
commit fdc2463a1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 42 additions and 38 deletions

View file

@ -223,7 +223,7 @@
<argument index="0" name="action" type="String">
</argument>
<description>
Returns [code]true[/code] if you are pressing the action event. Note that if an action has multiple buttons asigned and more than one of them is pressed, releasing one button will release the action, even if some other button assigned to this action is still pressed.
Returns [code]true[/code] if you are pressing the action event. Note that if an action has multiple buttons assigned and more than one of them is pressed, releasing one button will release the action, even if some other button assigned to this action is still pressed.
</description>
</method>
<method name="is_joy_button_pressed" qualifiers="const">