summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTolga Cakir <tolga9009@users.noreply.github.com>2016-01-13 00:06:38 +0100
committerTolga Cakir <tolga9009@users.noreply.github.com>2016-01-13 00:06:38 +0100
commitf2beb66c6536a199c2ac78dcea2d142c57feb49f (patch)
tree8ffd411a234bf6311264b6975807e685f531c053
parente47c584d770141e1bc0d33da479e0a1412145ce6 (diff)
Fix typo
-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 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();