From 1e1922683c4947b4743f7d4969fc5e9fd4322cfb Mon Sep 17 00:00:00 2001 From: N2614 Date: Tue, 7 Jun 2011 04:57:55 +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@324 385bec56-5757-e545-9c3a-d8741f4650f1 --- trunk/ConsoleDataMigration/sources/common/DrawSystemState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/ConsoleDataMigration/sources/common/DrawSystemState.cpp b/trunk/ConsoleDataMigration/sources/common/DrawSystemState.cpp index 594b749..d1457c4 100644 --- a/trunk/ConsoleDataMigration/sources/common/DrawSystemState.cpp +++ b/trunk/ConsoleDataMigration/sources/common/DrawSystemState.cpp @@ -74,7 +74,7 @@ void SetTextWriterCore() static_cast (s_FriendCode % 10000ULL)); GetTextWriter()->Printf("Battery %d%%\n", s_BatteryRemain); - GetTextWriter()->Printf("AC Adaper %s\n", s_AdapterState.c_str()); + GetTextWriter()->Printf("AC Adapter %s\n", s_AdapterState.c_str()); GetTextWriter()->Printf("Progress %02d%%\n", s_Progress); GetTextWriter()->Print("\n");