summaryrefslogtreecommitdiff
path: root/scene/gui/text_edit.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2022-02-10 15:16:04 +0100
committerGitHub <noreply@github.com>2022-02-10 15:16:04 +0100
commit242c636a63ac2d8b002ace37388dce9273a9048a (patch)
tree82f8a101fb4461d29bc9dd1e2bc147bb99c706f6 /scene/gui/text_edit.cpp
parentf21a62b62027a88ea90de539a48df8e280a820e8 (diff)
parent1bdb82c64e65f23381183051ef1fc9856a7830f8 (diff)
Merge pull request #57909 from akien-mga/codespell
Diffstat (limited to 'scene/gui/text_edit.cpp')
-rw-r--r--scene/gui/text_edit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/text_edit.cpp b/scene/gui/text_edit.cpp
index bb259843b8..5295acce8f 100644
--- a/scene/gui/text_edit.cpp
+++ b/scene/gui/text_edit.cpp
@@ -2472,7 +2472,7 @@ void TextEdit::_update_placeholder() {
return; // Not in tree?
}
- // Placeholder is generally smaller then text docuemnts, and updates less so this should be fast enough for now.
+ // Placeholder is generally smaller then text documents, and updates less so this should be fast enough for now.
placeholder_data_buf->clear();
placeholder_data_buf->set_width(text.get_width());
placeholder_data_buf->set_direction((TextServer::Direction)text_direction);