Fix a typo in an assertion.

Change-Id: I3e97bb3cb8070c0ec0c6b97769f1da3e7b4ef8f5
This commit is contained in:
Elliott Hughes
2014-04-23 16:54:33 -07:00
parent 683cf1bffe
commit 6bd762289b

View File

@@ -219,7 +219,7 @@ int main(int argc, char* const argv[])
char prop[PROP_VALUE_MAX];
if (property_get(ABI_LIST_PROPERTY, prop, NULL) == 0) {
LOG_ALWAYS_FATAL("app_process: Unable to deterimine ABI list from property %s.",
LOG_ALWAYS_FATAL("app_process: Unable to determine ABI list from property %s.",
ABI_LIST_PROPERTY);
return 11;
}