Skip to content

Commit

Permalink
Fix stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Applencourt committed Jul 11, 2023
1 parent e912e2e commit c7ac502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/babeltrace_thapi.in
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ when 'tally'
params: $options_tally.transform_values { |_, v| v })
when 'timeline'
$options[:backends].each_with_index do |name, i|
comp << graph.add_component(components_classes["filter.#{name}_interval.interval"], "interval_#{i}")
comp << graph.add_component(components_classes["filter.#{name}interval.interval"], "interval_#{i}")
end
comp << graph.add_component(components_classes['sink.btx_timeline.timeline'], 'timeline')
end
Expand Down

0 comments on commit c7ac502

Please sign in to comment.