summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2016-01-14 09:16:50 +0100
committerRémi Verschelde <remi@verschelde.fr>2016-01-14 09:16:50 +0100
commit0afec85720d1d8b394b962c6f2b4b62328108610 (patch)
treeca9b400132db263124c975edff9966f2e553fabb
parent0d180b8719696cc12be92683dc4cf99872143567 (diff)
parentf2beb66c6536a199c2ac78dcea2d142c57feb49f (diff)
Merge pull request #3331 from tolga9009/fix-typo
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();