summaryrefslogtreecommitdiffstats
path: root/cmds
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-04-24 09:01:44 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-04-24 09:01:44 +0000
commit56cc5ba79bdf75a73281dc73f13169a409d96c28 (patch)
treef25ddc190d7b4e268f4235b2e2dba1b9d1b9d3a0 /cmds
parent8f9d92c4ca5233607ca01dac0b3b66fde5539307 (diff)
parent8d47f23e43760dcbf051aaeffff668c3c6340276 (diff)
downloadframeworks_base-56cc5ba79bdf75a73281dc73f13169a409d96c28.zip
frameworks_base-56cc5ba79bdf75a73281dc73f13169a409d96c28.tar.gz
frameworks_base-56cc5ba79bdf75a73281dc73f13169a409d96c28.tar.bz2
am 8d47f23e: am dbb0de21: Merge "Fix a typo in an assertion."
* commit '8d47f23e43760dcbf051aaeffff668c3c6340276': Fix a typo in an assertion.
Diffstat (limited to 'cmds')
-rw-r--r--cmds/app_process/app_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/app_process/app_main.cpp b/cmds/app_process/app_main.cpp
index 859d83b..3481437 100644
--- a/cmds/app_process/app_main.cpp
+++ b/cmds/app_process/app_main.cpp
@@ -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;
}