diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2016-01-14 09:16:50 +0100 |
---|---|---|
committer | Rémi Verschelde <remi@verschelde.fr> | 2016-01-14 09:16:50 +0100 |
commit | 0afec85720d1d8b394b962c6f2b4b62328108610 (patch) | |
tree | ca9b400132db263124c975edff9966f2e553fabb | |
parent | 0d180b8719696cc12be92683dc4cf99872143567 (diff) | |
parent | f2beb66c6536a199c2ac78dcea2d142c57feb49f (diff) |
Merge pull request #3331 from tolga9009/fix-typo
Fix typo
-rw-r--r-- | core/print_string.cpp | 2 |
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(); |