From 1e2d9dfa3a424f2f668e97e91b20786f0edfaed6 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Thu, 15 Nov 2018 12:24:47 -0500 Subject: [PATCH] Fix: typo 'retrive' -> 'retrieve' 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 --- src/bin/lttng/commands/add_context.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/lttng/commands/add_context.c b/src/bin/lttng/commands/add_context.c index 2c29a45ca..7aef4d50f 100644 --- a/src/bin/lttng/commands/add_context.c +++ b/src/bin/lttng/commands/add_context.c @@ -541,7 +541,7 @@ int mi_open(void) ret = fileno(stdout); if (ret < 0) { - PERROR("Unable to retrive fileno of stdout"); + PERROR("Unable to retrieve fileno of stdout"); ret = CMD_ERROR; goto end; } -- 2.34.1