Fix typos in code and docs with codespell
Using v1.11.0 from https://github.com/lucasdemarchi/codespell
This commit is contained in:
parent
a1c08b7109
commit
9f479f096c
138 changed files with 405 additions and 405 deletions
|
|
@ -90,8 +90,8 @@ public:
|
|||
|
||||
/* Signals */
|
||||
|
||||
bool is_pressed() const; ///< return wether button is pressed (toggled in)
|
||||
bool is_pressing() const; ///< return wether button is pressed (toggled in)
|
||||
bool is_pressed() const; ///< return whether button is pressed (toggled in)
|
||||
bool is_pressing() const; ///< return whether button is pressed (toggled in)
|
||||
bool is_hovered() const;
|
||||
|
||||
void set_pressed(bool p_pressed); ///only works in toggle mode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue