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