Typo: priorty -> priority
authorMichael Jeanson <mjeanson@efficios.com>
Thu, 12 Oct 2017 21:15:25 +0000 (17:15 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 13 Nov 2017 23:19:13 +0000 (18:19 -0500)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/utils/muxer/muxer.c

index a99f1e278b0e75d44bc5ff3561992f387c4ad2d4..0779ec8f7eac739d0b117ab4faa19171b8ce2419 100644 (file)
@@ -638,7 +638,7 @@ int get_notif_ts_ns(struct muxer_comp *muxer_comp,
         * the youngest.
         */
        if (bt_clock_class_priority_map_get_clock_class_count(cc_prio_map) == 0) {
-               BT_LOGV_STR("Notification's clock class priorty map contains 0 clock classes: "
+               BT_LOGV_STR("Notification's clock class priority map contains 0 clock classes: "
                        "using the last returned timestamp.");
                *ts_ns = last_returned_ts_ns;
                goto end;
This page took 0.024589 seconds and 4 git commands to generate.