瀏覽代碼

Merge pull request #3331 from tolga9009/fix-typo

Fix typo
Rémi Verschelde 9 年之前
父節點
當前提交
0afec85720
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 		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);
 	ERR_FAIL_COND(l==NULL);
 	_global_unlock();
 	_global_unlock();