Bug 1062672 - B2G NFC: Typo for 'ESE' in HCI Event origin. r=allstars.chh

This commit is contained in:
Garner Lee 2014-09-08 15:15:00 -04:00
parent aa05e56e18
commit 808e8f9b50

View File

@ -25,7 +25,7 @@ using namespace mozilla::ipc;
static const nsLiteralString SEOriginString[] = {
NS_LITERAL_STRING("SIM"),
NS_LITERAL_STRING("ESE"),
NS_LITERAL_STRING("eSE"),
NS_LITERAL_STRING("ASSD")
};