aboutsummaryrefslogtreecommitdiff
path: root/core/print_string.cpp
diff options
context:
space:
mode:
authorTolga Cakir2016-01-13 00:06:38 +0100
committerTolga Cakir2016-01-13 00:06:38 +0100
commitf2beb66c6536a199c2ac78dcea2d142c57feb49f (patch)
tree8ffd411a234bf6311264b6975807e685f531c053 /core/print_string.cpp
parente47c584d770141e1bc0d33da479e0a1412145ce6 (diff)
downloadgodot-f2beb66c6536a199c2ac78dcea2d142c57feb49f.tar.gz
godot-f2beb66c6536a199c2ac78dcea2d142c57feb49f.tar.zst
godot-f2beb66c6536a199c2ac78dcea2d142c57feb49f.zip
Diffstat (limited to 'core/print_string.cpp')
-rw-r--r--core/print_string.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/print_string.cpp b/core/print_string.cpp
index 37760a66c..e364388b7 100644
--- a/core/print_string.cpp
+++ b/core/print_string.cpp
@@ -66,7 +66,7 @@ void remove_print_handler(PrintHandlerList *p_handler) {
l=l->next;
}
- OS::get_singleton()->print("print hanlder list is %p\n",print_handler_list);
+ OS::get_singleton()->print("print handler list is %p\n",print_handler_list);
ERR_FAIL_COND(l==NULL);
_global_unlock();