Typo: informations -> information
[deliverable/babeltrace.git] / cli / babeltrace.c
index 23e377100b70d52d3d25259e529cb3f87033baec..dfa4512d627208959b944ae8e933ca9dd00cb650 100644 (file)
@@ -2145,7 +2145,7 @@ int set_stream_intersections(struct cmd_run_ctx *ctx,
 
        value_status = bt_value_map_insert(query_params, "path", component_path_value);
        if (value_status != BT_VALUE_STATUS_OK) {
-               BT_LOGE_STR("Cannot insert path parameter in query paramater map.");
+               BT_LOGE_STR("Cannot insert path parameter in query parameter map.");
                ret = -1;
                goto error;
        }
@@ -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.02794 seconds and 5 git commands to generate.