lib: rename "begin" to "beginning" when used as a noun
[babeltrace.git] / plugins / text / pretty / pretty.c
index dcf1b5f7745340c54436ccad8580ef8884db101a..ae064c5e0b5a92360921c010a7582d6bed862784 100644 (file)
@@ -130,7 +130,7 @@ enum bt_self_component_status handle_notification(
        BT_ASSERT(pretty);
 
        switch (bt_notification_get_type(notification)) {
-       case BT_NOTIFICATION_TYPE_PACKET_BEGIN:
+       case BT_NOTIFICATION_TYPE_PACKET_BEGINNING:
                if (pretty_print_packet(pretty, notification)) {
                        ret = BT_SELF_COMPONENT_STATUS_ERROR;
                }
This page took 0.023835 seconds and 4 git commands to generate.