From 54b8d024adaa940da85711e95f0020c0e65fd284 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Mon, 13 Nov 2017 18:22:42 -0500 Subject: [PATCH] Typo: paramater -> parameter MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- cli/babeltrace.c | 2 +- plugins/libctfcopytrace/ctfcopytrace.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/babeltrace.c b/cli/babeltrace.c index 23e37710..938aadf1 100644 --- a/cli/babeltrace.c +++ b/cli/babeltrace.c @@ -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; } diff --git a/plugins/libctfcopytrace/ctfcopytrace.h b/plugins/libctfcopytrace/ctfcopytrace.h index ce7587de..d5659d6b 100644 --- a/plugins/libctfcopytrace/ctfcopytrace.h +++ b/plugins/libctfcopytrace/ctfcopytrace.h @@ -57,7 +57,7 @@ enum bt_component_status ctf_copy_clock_classes(FILE *err, struct bt_trace *trace); /* - * Create a copy of the event class passed in paramater. + * Create a copy of the event class passed in parameter. * * Returns NULL on error. */ -- 2.34.1