From 63f99cca61d1f83364d96a01c6d837639bb00275 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 12 Oct 2017 17:15:25 -0400 Subject: [PATCH] Typo: priorty -> priority MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- plugins/utils/muxer/muxer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/utils/muxer/muxer.c b/plugins/utils/muxer/muxer.c index a99f1e27..0779ec8f 100644 --- a/plugins/utils/muxer/muxer.c +++ b/plugins/utils/muxer/muxer.c @@ -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; -- 2.34.1