[lttng-dev] [PATCH babeltrace 2/3] Typo: paramater -> parameter
Michael Jeanson
mjeanson at efficios.com
Thu Oct 12 21:15:26 UTC 2017
Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
---
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 15db3ea..0d5a0c4 100644
--- a/cli/babeltrace.c
+++ b/cli/babeltrace.c
@@ -2089,7 +2089,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 9a103e9..a3c2a82 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_ctf_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.7.4
More information about the lttng-dev
mailing list