diff options
| author | Colin Cross <ccross@android.com> | 2012-03-01 23:57:11 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-03-01 23:57:11 -0800 |
| commit | 9c38e14299bd4cb3693fca2e353a4fa9d8a55c85 (patch) | |
| tree | 784fb8d920f3b62d70ddb8461d4a6093c6b560be /init | |
| parent | cef6db21fdfa1a1f5af0066be9ac9dae4ce2ca57 (diff) | |
| parent | 1a2f32c4828380ca8590cf664725650ef35f1e37 (diff) | |
| download | system_core-9c38e14299bd4cb3693fca2e353a4fa9d8a55c85.tar.gz system_core-9c38e14299bd4cb3693fca2e353a4fa9d8a55c85.tar.bz2 system_core-9c38e14299bd4cb3693fca2e353a4fa9d8a55c85.zip | |
am 1a2f32c4: am d39f9d93: am 9cec99ba: Merge "Fix typo in queue_property_triggers ident"
* commit '1a2f32c4828380ca8590cf664725650ef35f1e37':
Fix typo in queue_property_triggers ident
Diffstat (limited to 'init')
| -rwxr-xr-x | init/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c index 71c28b50..1ee88a7c 100755 --- a/init/init.c +++ b/init/init.c @@ -940,7 +940,7 @@ int main(int argc, char **argv) } /* run all property triggers based on current state of the properties */ - queue_builtin_action(queue_property_triggers_action, "queue_propety_triggers"); + queue_builtin_action(queue_property_triggers_action, "queue_property_triggers"); #if BOOTCHART |
