commit | 9cec99ba9c64d26e2fa34f310cba13ff119b4c55 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Thu Mar 01 16:31:07 2012 -0800 |
committer | android code review <noreply-gerritcodereview@google.com> | Thu Mar 01 16:31:08 2012 -0800 |
tree | aa24cdb03b57b686167a1951705bac1fd0c165cf | |
parent | 5cc398ef00b439bcf85b65c894433dd52362dff7 [diff] | |
parent | 469b7b2da84a62652342fd2f6006ca452cb1447d [diff] |
Merge "Fix typo in queue_property_triggers ident"
diff --git a/init/init.c b/init/init.c index 71c28b5..1ee88a7 100755 --- a/init/init.c +++ b/init/init.c
@@ -940,7 +940,7 @@ } /* 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