From f971f8723b024258d42ace6b8178d1442d07ed90 Mon Sep 17 00:00:00 2001 From: Thomas Applencourt Date: Tue, 3 Sep 2024 22:46:25 +0000 Subject: [PATCH] typos --- utils/babeltrace_thapi.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/babeltrace_thapi.in b/utils/babeltrace_thapi.in index 66e92ea2..08125a0a 100755 --- a/utils/babeltrace_thapi.in +++ b/utils/babeltrace_thapi.in @@ -287,7 +287,7 @@ def bt_graphs(inputs) g_comps = [if $options[:live] 'source.ctf.lttng_live' elsif $options[:archive] - 'source.ctf.lttng-archive' + 'source.ctf.lttng_archive' else 'source.ctf.fs' end]