canceled の綴りが canceld になっていたのを修正。

git-svn-id: file:///Users/lillianskinner/Downloads/platinum/twl/TwlIPL/trunk@2765 b08762b0-b915-fc4b-9d8c-17b2551a87ff
This commit is contained in:
kamikawa 2009-03-18 07:28:29 +00:00
parent 2a1d936fdc
commit cfafc2a60b
2 changed files with 2 additions and 2 deletions

View File

@ -111,7 +111,7 @@ void ProcessNote(void)
{
OS_WaitVBlankIntr();
}
ProcessCancel((const char *)L"\n Update was Canceld.");
ProcessCancel((const char *)L"\n Update was Canceled.");
}
else if (kamiPadIsTrigger(PAD_BUTTON_A))
{

View File

@ -154,7 +154,7 @@ void ProcessSelectRegion(void)
{
OS_WaitVBlankIntr();
}
ProcessCancel((const char *)L"\n Update was Canceld.");
ProcessCancel((const char *)L"\n Update was Canceled.");
}
else if (kamiPadIsTrigger(PAD_BUTTON_A))
{