aboutsummaryrefslogtreecommitdiff
path: root/core/ustring.cpp
diff options
context:
space:
mode:
authorvolzhs2016-09-30 03:28:05 +0900
committervolzhs2016-09-30 03:28:05 +0900
commitc333659ebcdf41851761ebd3d8edc8e5e822164e (patch)
treee182360d8ac41b1df9af226df10652940adfdeb0 /core/ustring.cpp
parentcb7661df942cfb423c5fe5090c1c114489905c34 (diff)
downloadgodot-c333659ebcdf41851761ebd3d8edc8e5e822164e.tar.gz
godot-c333659ebcdf41851761ebd3d8edc8e5e822164e.tar.zst
godot-c333659ebcdf41851761ebd3d8edc8e5e822164e.zip
Diffstat (limited to 'core/ustring.cpp')
-rw-r--r--core/ustring.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ustring.cpp b/core/ustring.cpp
index 0d887210c..f7dcba6b1 100644
--- a/core/ustring.cpp
+++ b/core/ustring.cpp
@@ -3173,7 +3173,7 @@ bool String::is_valid_identifier() const {
//kind of poor should be rewritten properly
-String String::world_wrap(int p_chars_per_line) const {
+String String::word_wrap(int p_chars_per_line) const {
int from=0;
int last_space=0;