From 06b63a202cd62bf5443f49aaa4a724e45dde51d7 Mon Sep 17 00:00:00 2001 From: N2614 Date: Wed, 31 Aug 2011 08:47:43 +0000 Subject: [PATCH] =?UTF-8?q?typo=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///Volumes/Transfer/gigaleak_20231201/2020-05-23%20-%20ctr.7z%20+%20svn_v1.068.zip/ctr/svn/ctr_Repair@423 385bec56-5757-e545-9c3a-d8741f4650f1 --- trunk/FlickerCalCollector/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/FlickerCalCollector/main.cpp b/trunk/FlickerCalCollector/main.cpp index 893ae41..cfcaf6e 100644 --- a/trunk/FlickerCalCollector/main.cpp +++ b/trunk/FlickerCalCollector/main.cpp @@ -199,7 +199,7 @@ extern "C" void nnMain() { s_RenderSystem.DrawText(0, 10, "serial = %s", s_SerialNo); } - s_RenderSystem.DrawText(0, 20, "TransferrableId = %llx\n", s_TranferableId); + s_RenderSystem.DrawText(0, 20, "TransferableId = %llx\n", s_TranferableId); s_RenderSystem.DrawText(0, 30, "calVersion = %d\n", s_CalVersion); s_RenderSystem.DrawText(0, 40, "Flicker = %0x, %0x", s_LcdFlickerInfo.vcomTop, s_LcdFlickerInfo.vcomBottom); s_RenderSystem.SwapBuffers();