Typo: informations -> information
[babeltrace.git] / cli / babeltrace.c
index 938aadf1fe272f3d82c8b75bf98b02698bcedec1..dfa4512d627208959b944ae8e933ca9dd00cb650 100644 (file)
@@ -2236,7 +2236,7 @@ int set_stream_intersections(struct cmd_run_ctx *ctx,
                stream_infos = bt_value_map_get(trace_info, "streams");
                if (!stream_infos || !bt_value_is_array(stream_infos)) {
                        ret = -1;
-                       BT_LOGD_STR("Cannot retrieve stream informations from trace in query result.");
+                       BT_LOGD_STR("Cannot retrieve stream information from trace in query result.");
                        goto error;
                }
 
This page took 0.023001 seconds and 4 git commands to generate.