Browse Source

Merge pull request #3331 from tolga9009/fix-typo

Fix typo
Rémi Verschelde 9 years ago
parent
commit
0afec85720
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/print_string.cpp

+ 1 - 1
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();