Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 469b7b2d authored by Chris Dearman's avatar Chris Dearman Committed by Bhanu Chetlapalli
Browse files

Fix typo in queue_property_triggers ident



Signed-off-by: default avatarChris Dearman <chris@mips.com>
Change-Id: I5f18ccb0912b9bb89c9f5104f9505c610c109af8
parent 5cc398ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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