From c333659ebcdf41851761ebd3d8edc8e5e822164e Mon Sep 17 00:00:00 2001 From: volzhs Date: Fri, 30 Sep 2016 03:28:05 +0900 Subject: Fix typo for word_wrap --- core/ustring.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/ustring.cpp') 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; -- cgit v1.2.3-70-g09d2