diff options
| author | Poommetee Ketson | 2017-09-02 21:19:06 +0700 |
|---|---|---|
| committer | Poommetee Ketson | 2017-09-02 21:19:06 +0700 |
| commit | 459f526119da43efae52307a6165a8ccd5cb2288 (patch) | |
| tree | c61ea80ca6adf2a2494ffdebb0a73dd56d4e5cbc /scene/gui | |
| parent | b4efb832a749730b924f63be073cfe80c9afc334 (diff) | |
| download | godot-459f526119da43efae52307a6165a8ccd5cb2288.tar.gz godot-459f526119da43efae52307a6165a8ccd5cb2288.tar.zst godot-459f526119da43efae52307a6165a8ccd5cb2288.zip | |
Fix typos 'a' and 'an'
Diffstat (limited to 'scene/gui')
| -rw-r--r-- | scene/gui/tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/tree.h b/scene/gui/tree.h index 1fb1eb279..06d6d3ad5 100644 --- a/scene/gui/tree.h +++ b/scene/gui/tree.h @@ -54,7 +54,7 @@ public: CELL_MODE_CHECK, ///< string + check CELL_MODE_RANGE, ///< Contains a range CELL_MODE_RANGE_EXPRESSION, ///< Contains a range - CELL_MODE_ICON, ///< Contains a icon, not editable + CELL_MODE_ICON, ///< Contains an icon, not editable CELL_MODE_CUSTOM, ///< Contains a custom value, show a string, and an edit button }; |
