Fix typo: "field classe" -> "field class"
[babeltrace.git] / lib / trace-ir / packet-context-field.c
index 9eff755e15ed4933b9df0478a850b953f0023e4f..1b2e7ef8aea16508917ad3b93ec567841216b869 100644 (file)
@@ -66,7 +66,7 @@ struct bt_packet_context_field *bt_packet_context_field_create(
                "Stream class is not part of a trace class: %!+S",
                stream_class);
        BT_ASSERT_PRE(stream_class->packet_context_fc,
-               "Stream class has no packet context field classe: %!+S",
+               "Stream class has no packet context field class: %!+S",
                stream_class);
        field_wrapper = bt_field_wrapper_create(
                &stream_class->packet_context_field_pool,
This page took 0.024229 seconds and 4 git commands to generate.