mirror of
https://github.com/rvtr/TwlIPL.git
synced 2025-10-31 06:01:12 -04:00
恥ずかしいスペルミスを修正 sucess -> success
git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@1037 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
parent
b4dbb3714a
commit
4f99db4398
@ -172,7 +172,7 @@ void* AutoProcess2(void)
|
||||
// 失敗なし
|
||||
else
|
||||
{
|
||||
kamiFontPrintf(3, 18, FONT_COLOR_BLACK, " Finished Sucessfully!");
|
||||
kamiFontPrintf(3, 18, FONT_COLOR_BLACK, " Finished Successfully!");
|
||||
bg_color = BG_COLOR_GREEN;
|
||||
}
|
||||
|
||||
|
||||
@ -712,7 +712,7 @@ static BOOL ImportTad(char* file_name, TadWriteOption option)
|
||||
|
||||
if ( nam_result == NAM_OK )
|
||||
{
|
||||
kamiFontPrintfConsole(CONSOLE_ORANGE, "Sucess!\n");
|
||||
kamiFontPrintfConsole(CONSOLE_ORANGE, "Success!\n");
|
||||
ret = TRUE;
|
||||
}
|
||||
else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user