Fix typo: "field classe" -> "field class"
[babeltrace.git] / lib / trace-ir / event.c
index 5b4986043552063118936691d02e10310a80d48e..47ff78bf7123f36cd595d7f198b9727c737825f3 100644 (file)
@@ -384,7 +384,7 @@ int bt_event_move_header_field(struct bt_event *event,
        BT_ASSERT_PRE_EVENT_HOT(event);
        stream_class = bt_event_class_borrow_stream_class_inline(event->class);
        BT_ASSERT_PRE(stream_class->event_header_fc,
-               "Stream class has no event header field classe: %!+S",
+               "Stream class has no event header field class: %!+S",
                stream_class);
 
        /* Recycle current header field: always exists */
This page took 0.023413 seconds and 4 git commands to generate.