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