From f2beb66c6536a199c2ac78dcea2d142c57feb49f Mon Sep 17 00:00:00 2001 From: Tolga Cakir Date: Wed, 13 Jan 2016 00:06:38 +0100 Subject: Fix typo --- core/print_string.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/print_string.cpp b/core/print_string.cpp index 37760a66ca..e364388b7b 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(); -- cgit v1.2.3